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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderErrors.cpp 89 , m_te_ids(DE_NULL)
132 if (m_te_ids != DE_NULL && m_te_ids[n_program_object] != 0)
134 gl.deleteShader(m_te_ids[n_program_object]);
136 m_te_ids[n_program_object] = 0;
169 if (m_te_ids != DE_NULL)
171 delete[] m_te_ids;
173 m_te_ids = DE_NULL;
238 m_te_ids = new glw::GLuint[m_n_program_objects];
240 memset(m_te_ids, 0, sizeof(glw::GLuint) * m_n_program_objects)
    [all...]
esextcTessellationShaderErrors.hpp 112 glw::GLuint* m_te_ids; member in class:glcts::TessellationShaderErrorsTestCaseBase
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 928 glw::GLuint m_te_ids[2]; member in class:gl4cts::ShaderSubroutine::FunctionalTest16
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]

Completed in 220 milliseconds