Searched refs:textureRef (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A 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);
|
H A D | glsSamplerObjectTest.cpp | 487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y) in renderReferences() argument 500 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess()); in renderReferences() 556 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 565 renderReferences(textureRef, samplerRef, x, y); in iterate() 570 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT)) in iterate() 1028 void MultiTextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y) in renderReferences() argument 1051 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess()); in renderReferences() 1145 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 1154 renderReferences(textureRef, samplerRef, x, y); in iterate() 1159 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResul in iterate() [all...] |
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 819 sk_sp<GrTexture> textureRef = sk_ref_sp(texture); in MakeBackendTextureFromSkImage() local 822 SkASSERT(textureRef->unique()); in MakeBackendTextureFromSkImage() 825 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
|
Completed in 5 milliseconds