HomeSort by relevance Sort by last modified time
    Searched defs:samplerLocation (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp 437 glw::GLint samplerLocation = gl.getUniformLocation(m_po_id, "test_sampler");
440 gl.uniform1i(samplerLocation, m_texture_unit);
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 583 GLuint samplerLocation = m_gl.getUniformLocation(program.getProgram(), "u_sampler");
585 TCU_CHECK(samplerLocation != (GLuint)-1);
590 GLU_CHECK_GLW_CALL(m_gl, uniform1i(samplerLocation, 0));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 886 const GLuint samplerLocation = m_gl.getUniformLocation(m_program->getProgram(), "u_sampler");
887 m_gl.uniform1i(samplerLocation, 1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 230 milliseconds