Searched defs:GLDispatch (Results 1 - 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
H A DGLDispatch.cpp16 #include "GLDispatch.h"
50 GLDispatch::GLDispatch():m_isLoaded(false){}; function in class:GLDispatch
53 void GLDispatch::dispatchFuncs() {
H A DGLDispatch.h27 class GLDispatch class
31 GLDispatch();
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A DGLDispatch.cpp17 #include <GLcommon/GLDispatch.h>
69 /* initializing static GLDispatch members*/
71 emugl::Mutex GLDispatch::s_lock;
72 void (GLAPIENTRY *GLDispatch::glActiveTexture)(GLenum) = NULL;
73 void (GLAPIENTRY *GLDispatch::glBindBuffer)(GLenum,GLuint) = NULL;
74 void (GLAPIENTRY *GLDispatch::glBindTexture)(GLenum, GLuint) = NULL;
75 void (GLAPIENTRY *GLDispatch::glBlendFunc)(GLenum,GLenum) = NULL;
76 void (GLAPIENTRY *GLDispatch::glBlendEquation)(GLenum) = NULL;
77 void (GLAPIENTRY *GLDispatch::glBlendEquationSeparate)(GLenum,GLenum) = NULL;
78 void (GLAPIENTRY *GLDispatch
298 GLDispatch::GLDispatch():m_isLoaded(false){}; function in class:GLDispatch
[all...]
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
H A DGLDispatch.h28 class GLDispatch class
32 GLDispatch();
/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DGLDispatch.h22 struct GLDispatch { struct
299 extern GLDispatch s_gl;

Completed in 52 milliseconds