Lines Matching refs:set_ptr
338 buffer->toName.set_ptr(NULL); in CopyResMaterial()
339 buffer->toShader.set_ptr(NULL); in CopyResMaterial()
341 buffer->toShaderParametersTable.set_ptr(NULL); in CopyResMaterial()
342 buffer->toTextureMappers[0].set_ptr(NULL); in CopyResMaterial()
343 buffer->toTextureMappers[1].set_ptr(NULL); in CopyResMaterial()
344 buffer->toTextureMappers[2].set_ptr(NULL); in CopyResMaterial()
345 buffer->toProceduralTextureMapper.set_ptr(NULL); in CopyResMaterial()
346 buffer->toFragmentShader.set_ptr(NULL); in CopyResMaterial()
379 buffer->toShaderParametersTable.set_ptr(offsets); in CopyResMaterial()
385 offsets[i].set_ptr(NULL); in CopyResMaterial()
411 offsets[i].set_ptr(shaderParameter); in CopyResMaterial()
430 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()
448 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
468 buffer->toFragmentShader.set_ptr(fragmentShader); in CopyResMaterial()
471 fragmentShader->toFragmentLightingTable.set_ptr(NULL); in CopyResMaterial()
482 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
620 fragmentLightingTable->toReflectanceRSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
621 fragmentLightingTable->toReflectanceGSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
622 fragmentLightingTable->toReflectanceBSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
623 fragmentLightingTable->toDistribution0Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
624 fragmentLightingTable->toDistribution1Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
625 fragmentLightingTable->toFresnelSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
632 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
642 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
652 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
662 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
672 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
682 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
725 referenceLookupTable->toTargetLut.set_ptr(sampler.GetTargetLut().ptr()); in CopyResLightingLookupTable()
726 referenceLookupTable->toPath.set_ptr(sampler.GetPath()); in CopyResLightingLookupTable()
727 referenceLookupTable->toTableName.set_ptr(sampler.GetTableName()); in CopyResLightingLookupTable()
731 lightingLookupTable->toSampler.set_ptr(referenceLookupTable); in CopyResLightingLookupTable()