Searched refs:samplerRef (Results 1 - 2 of 2) 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 504 glu::readPixels(m_renderCtx, x, y, samplerRef.getAccess()); in renderReferences() 557 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 565 renderReferences(textureRef, samplerRef, x, y); in iterate() 568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, 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 1067 glu::readPixels(m_renderCtx, x, y, samplerRef.getAccess()); in renderReferences() 1146 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 1154 renderReferences(textureRef, samplerRef, x, y); in iterate() 1157 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResul in iterate() [all...] |
Completed in 2 milliseconds