Home
last modified time | relevance | path

Searched refs:glColor4x (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h75 glColor4x_t glColor4x; member
DGLDispatch.cpp92 s_gl.glColor4x = (glColor4x_t) s_gles_lib->findSymbol("glColor4x"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java75 glColor4x(44, 44), enumConstant
672 case 44: return glColor4x; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in70 void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp421 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x() function