Searched refs:textureRef (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/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() 1028 void MultiTextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef,… in renderReferences() argument 1051 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess()); in renderReferences() 1145 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 1154 renderReferences(textureRef, samplerRef, x, y); in iterate() 1159 …, "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);
|
/third_party/skia/src/image/ |
D | SkImage_Gpu.cpp | 815 sk_sp<GrTexture> textureRef = sk_ref_sp(texture); in MakeBackendTextureFromSkImage() local 818 SkASSERT(textureRef->unique()); in MakeBackendTextureFromSkImage() 821 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Gpu.cpp | 678 sk_sp<GrTexture> textureRef(SkSafeRef(texture)); in MakeBackendTextureFromSkImage() local 682 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_state_cache.mm | 182 auto textureRef = texture; 183 return textureRef ? textureRef->get() : nil;
|