OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_currentProgram
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
123
void setCurrentProgram(GLint program) {
m_currentProgram
= program; }
124
GLint currentProgram() const { return
m_currentProgram
; }
133
GLint
m_currentProgram
;
/external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h
408
RefPtr<WebGLProgram>
m_currentProgram
;
Completed in 619 milliseconds