Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp2243 uint32_t m_programID; member in deqp::gls::AttributePack
2256 , m_programID(0) in AttributePack()
2267 if (m_programID) in ~AttributePack()
2268 m_ctx.deleteProgram(m_programID); in ~AttributePack()
2301 if (m_programID) in updateProgram()
2302 m_ctx.deleteProgram(m_programID); in updateProgram()
2307 m_programID = m_ctx.createProgram(m_program); in updateProgram()
2316 DE_ASSERT(m_programID != 0); in render()
2322 m_ctx.useProgram(m_programID); in render()
2325 m_ctx.uniform1f(m_ctx.getUniformLocation(m_programID, "u_coordScale"), coordScale); in render()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp241 const glw::GLuint m_programID; member in deqp::gles31::Functional::__anon6d07e0960111::SingleVariableValidator
249 , m_programID(programID) in SingleVariableValidator()
309 const glw::GLuint m_programID; member in deqp::gles31::Functional::__anon6d07e0960111::SingleBlockValidator
317 , m_programID(programID) in SingleBlockValidator()
659 … gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written, in validateSingleVariable()
845 …gl.getProgramInterfaceiv(m_programID, GL_ATOMIC_COUNTER_BUFFER, GL_ACTIVE_RESOURCES, &numActiveRes… in validateSingleVariable()
1100 … gl.getProgramResourceLocation(m_programID, interface, elementResourceName.c_str()); in validateSingleVariable()
1118 … gl.getProgramResourceLocation(m_programID, interface, implementationName.c_str()); in validateSingleVariable()