OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentProgram
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h
133
void setCurrentProgram(GLint program) {
m_currentProgram
= program; }
134
GLint currentProgram() const { return
m_currentProgram
; }
191
GLint
m_currentProgram
;
GLClientState.cpp
58
m_currentProgram
= 0;
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
343
,
m_currentProgram
(DE_NULL)
[
all
...]
sglrReferenceContext.hpp
[
all
...]
Completed in 398 milliseconds