Searched refs:samplerA (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2377 GLuint samplerA = 0; local
2379 gl.glGenSamplers(1, &samplerA);
2383 gl.glBindSampler(1, samplerA);
2390 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, samplerA, m_type);
2396 gl.glDeleteSamplers(1, &samplerA);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4000 const tcu::Sampler& samplerA = m_refSamplerA; local
4002 const tcu::Sampler& sampler = ((samplePosNdx % 2) == 0) ? (samplerA) : (samplerB);

Completed in 107 milliseconds