OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_program_id_with_output
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp
117
,
m_program_id_with_output
(0)
220
m_program_id_with_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 &&
325
if (
m_program_id_with_output
)
327
gl.deleteProgram(
m_program_id_with_output
);
329
m_program_id_with_output
= 0;
492
gl.useProgram(
m_program_id_with_output
);
584
gl.useProgram(
m_program_id_with_output
);
596
gl.linkProgram(
m_program_id_with_output
);
617
gl.useProgram(
m_program_id_with_output
);
[
all
...]
gl3cTransformFeedbackTests.hpp
103
glw::GLuint
m_program_id_with_output
;
member in class:gl3cts::TransformFeedback::APIErrors
[
all
...]
Completed in 2902 milliseconds