Searched refs:textureRef (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
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()
|
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);
|
/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/skia/src/image/ |
D | SkImage_Gpu.cpp | 736 sk_sp<GrTexture> textureRef(SkSafeRef(texture)); in MakeBackendTextureFromSkImage() local 740 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|