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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderErrors.cpp 85 , m_fs_ids(DE_NULL)
111 if (m_fs_ids != DE_NULL && m_fs_ids[n_program_object] != 0)
113 gl.deleteShader(m_fs_ids[n_program_object]);
115 m_fs_ids[n_program_object] = 0;
148 if (m_fs_ids != DE_NULL)
150 delete[] m_fs_ids;
152 m_fs_ids = DE_NULL;
224 m_fs_ids = new glw::GLuint[m_n_program_objects];
226 memset(m_fs_ids, 0, sizeof(glw::GLuint) * m_n_program_objects)
    [all...]
esextcTessellationShaderErrors.hpp 108 glw::GLuint* m_fs_ids; member in class:glcts::TessellationShaderErrorsTestCaseBase
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 924 glw::GLuint m_fs_ids[2]; member in class:gl4cts::ShaderSubroutine::FunctionalTest16
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]

Completed in 396 milliseconds