OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_program_id_with_input_output
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp
116
,
m_program_id_with_input_output
(0)
216
m_program_id_with_input_output
= gl3cts::TransformFeedback::Utilities::buildProgram(
237
is_ok = is_ok &&
m_program_id_with_input_output
&& m_program_id_with_output && m_program_id_without_output &&
318
if (
m_program_id_with_input_output
)
320
gl.deleteProgram(
m_program_id_with_input_output
);
322
m_program_id_with_input_output
= 0;
[
all
...]
gl3cTransformFeedbackTests.hpp
102
glw::GLuint
m_program_id_with_input_output
;
member in class:gl3cts::TransformFeedback::APIErrors
[
all
...]
Completed in 189 milliseconds