Lines Matching refs:set_ptr

336     buffer->toName.set_ptr(NULL);  in CopyResMaterial()
337 buffer->toShader.set_ptr(NULL); in CopyResMaterial()
339 buffer->toShaderParametersTable.set_ptr(NULL); in CopyResMaterial()
340 buffer->toTextureMappers[0].set_ptr(NULL); in CopyResMaterial()
341 buffer->toTextureMappers[1].set_ptr(NULL); in CopyResMaterial()
342 buffer->toTextureMappers[2].set_ptr(NULL); in CopyResMaterial()
343 buffer->toProceduralTextureMapper.set_ptr(NULL); in CopyResMaterial()
344 buffer->toFragmentShader.set_ptr(NULL); in CopyResMaterial()
377 buffer->toShaderParametersTable.set_ptr(offsets); in CopyResMaterial()
383 offsets[i].set_ptr(NULL); in CopyResMaterial()
409 offsets[i].set_ptr(shaderParameter); in CopyResMaterial()
428 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()
446 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
466 buffer->toFragmentShader.set_ptr(fragmentShader); in CopyResMaterial()
469 fragmentShader->toFragmentLightingTable.set_ptr(NULL); in CopyResMaterial()
480 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
618 fragmentLightingTable->toReflectanceRSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
619 fragmentLightingTable->toReflectanceGSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
620 fragmentLightingTable->toReflectanceBSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
621 fragmentLightingTable->toDistribution0Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
622 fragmentLightingTable->toDistribution1Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
623 fragmentLightingTable->toFresnelSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
630 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
640 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
650 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
660 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
670 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
680 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
723 referenceLookupTable->toTargetLut.set_ptr(sampler.GetTargetLut().ptr()); in CopyResLightingLookupTable()
724 referenceLookupTable->toPath.set_ptr(sampler.GetPath()); in CopyResLightingLookupTable()
725 referenceLookupTable->toTableName.set_ptr(sampler.GetTableName()); in CopyResLightingLookupTable()
731 lightingLookupTable->toSampler.set_ptr(referenceLookupTable); in CopyResLightingLookupTable()