OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLDispatch
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp
16
#include "
GLDispatch
.h"
50
GLDispatch
::
GLDispatch
():m_isLoaded(false){};
53
void
GLDispatch
::dispatchFuncs() {
GLDispatch.h
27
class
GLDispatch
31
GLDispatch
();
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp
17
#include <GLcommon/
GLDispatch
.h>
68
/* initializing static
GLDispatch
members*/
70
android::Mutex
GLDispatch
::s_lock;
71
void (GLAPIENTRY *
GLDispatch
::glActiveTexture)(GLenum) = NULL;
72
void (GLAPIENTRY *
GLDispatch
::glBindBuffer)(GLenum,GLuint) = NULL;
73
void (GLAPIENTRY *
GLDispatch
::glBindTexture)(GLenum, GLuint) = NULL;
74
void (GLAPIENTRY *
GLDispatch
::glBlendFunc)(GLenum,GLenum) = NULL;
75
void (GLAPIENTRY *
GLDispatch
::glBlendEquation)(GLenum) = NULL;
76
void (GLAPIENTRY *
GLDispatch
::glBlendEquationSeparate)(GLenum,GLenum) = NULL;
77
void (GLAPIENTRY *
GLDispatch
::glBlendFuncSeparate)(GLenum,GLenum,GLenum,GLenum) = NULL
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h
28
class
GLDispatch
32
GLDispatch
();
/development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
22
struct
GLDispatch
{
299
extern
GLDispatch
s_gl;
Completed in 367 milliseconds