Lines Matching refs:set_ptr
330 buffer->toName.set_ptr(NULL); in CopyResMaterial()
331 buffer->toShader.set_ptr(NULL); in CopyResMaterial()
333 buffer->toShaderParametersTable.set_ptr(NULL); in CopyResMaterial()
334 buffer->toTextureMappers[0].set_ptr(NULL); in CopyResMaterial()
335 buffer->toTextureMappers[1].set_ptr(NULL); in CopyResMaterial()
336 buffer->toTextureMappers[2].set_ptr(NULL); in CopyResMaterial()
337 buffer->toProceduralTextureMapper.set_ptr(NULL); in CopyResMaterial()
338 buffer->toFragmentShader.set_ptr(NULL); in CopyResMaterial()
371 buffer->toShaderParametersTable.set_ptr(offsets); in CopyResMaterial()
377 offsets[i].set_ptr(NULL); in CopyResMaterial()
403 offsets[i].set_ptr(shaderParameter); in CopyResMaterial()
422 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()
440 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
460 buffer->toFragmentShader.set_ptr(fragmentShader); in CopyResMaterial()
463 fragmentShader->toFragmentLightingTable.set_ptr(NULL); in CopyResMaterial()
474 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
606 fragmentLightingTable->toReflectanceRSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
607 fragmentLightingTable->toReflectanceGSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
608 fragmentLightingTable->toReflectanceBSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
609 fragmentLightingTable->toDistribution0Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
610 fragmentLightingTable->toDistribution1Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
611 fragmentLightingTable->toFresnelSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
618 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
628 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
638 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
648 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
658 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
668 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
697 lightingLookupTable->toSampler.set_ptr(resLightingLookupTable.GetSampler().ptr()); in CopyResLightingLookupTable()