Searched refs:glColor4x (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 75 glColor4x_t glColor4x; member
|
D | GLDispatch.cpp | 92 s_gl.glColor4x = (glColor4x_t) s_gles_lib->findSymbol("glColor4x"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 52 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/ |
D | GLProtoBuf.java | 75 glColor4x(44, 44), enumConstant 672 case 44: return glColor4x; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 70 void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 421 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x() function
|