Searched refs:textureRef (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.hpp | 72 void renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y); 131 void renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y);
|
D | glsSamplerObjectTest.cpp | 487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int … in renderReferences() argument 500 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess()); in renderReferences() 556 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 565 renderReferences(textureRef, samplerRef, x, y); in iterate() 570 …, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, … in iterate() 1030 void MultiTextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef,… in renderReferences() argument 1053 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess()); in renderReferences() 1147 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 1156 renderReferences(textureRef, samplerRef, x, y); in iterate() 1161 …, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, … in iterate()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 821 sk_sp<GrTexture> textureRef = sk_ref_sp(texture); in MakeBackendTextureFromSkImage() local 824 SkASSERT(textureRef->unique()); in MakeBackendTextureFromSkImage() 827 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|
/external/skqp/src/image/ |
D | SkImage_Gpu.cpp | 628 sk_sp<GrTexture> textureRef(SkSafeRef(texture)); in MakeBackendTextureFromSkImage() local 632 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_state_cache.mm | 182 auto textureRef = texture; 183 return textureRef ? textureRef->get() : nil;
|