Home
last modified time | relevance | path

Searched refs:textureRef (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp487 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()
DglsSamplerObjectTest.hpp72 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/
DSkImage_Gpu.cpp628 sk_sp<GrTexture> textureRef(SkSafeRef(texture)); in MakeBackendTextureFromSkImage() local
632 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
/external/skia/src/image/
DSkImage_Gpu.cpp736 sk_sp<GrTexture> textureRef(SkSafeRef(texture)); in MakeBackendTextureFromSkImage() local
740 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()