Home
last modified time | relevance | path

Searched refs:m_shaderProgramPosLoc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp246 glw::GLint m_shaderProgramPosLoc; member in deqp::gles31::Functional::__anona33a70510111::LayoutBindingRenderCase
278 , m_shaderProgramPosLoc (0) in LayoutBindingRenderCase()
386 m_shaderProgramPosLoc = gl.getAttribLocation(program, "a_position"); in init()
406 TCU_CHECK((m_shaderProgramPosLoc >= 0) && (m_shaderProgramArrayNdxLoc >= 0)); in init()
418 gl.enableVertexAttribArray(m_shaderProgramPosLoc); in init()
419 gl.vertexAttribPointer(m_shaderProgramPosLoc, 3, GL_FLOAT, GL_FALSE, 0, DE_NULL); in init()
432 if (m_shaderProgramPosLoc) in deinit()
433 m_context.getRenderContext().getFunctions().disableVertexAttribArray(m_shaderProgramPosLoc); in deinit()