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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderErrors.cpp 88 , m_tc_ids(DE_NULL)
125 if (m_tc_ids != DE_NULL && m_tc_ids[n_program_object] != 0)
127 gl.deleteShader(m_tc_ids[n_program_object]);
129 m_tc_ids[n_program_object] = 0;
162 if (m_tc_ids != DE_NULL)
164 delete[] m_tc_ids;
166 m_tc_ids = DE_NULL;
231 m_tc_ids = new glw::GLuint[m_n_program_objects];
233 memset(m_tc_ids, 0, sizeof(glw::GLuint) * m_n_program_objects)
    [all...]
esextcTessellationShaderErrors.hpp 111 glw::GLuint* m_tc_ids; member in class:glcts::TessellationShaderErrorsTestCaseBase
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 927 glw::GLuint m_tc_ids[2]; member in class:gl4cts::ShaderSubroutine::FunctionalTest16
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]

Completed in 98 milliseconds