Searched refs:glBlendColor (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 232 void (GL_APIENTRY *GLDispatch::glBlendColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL; 470 LOAD_GL_FUNC(glBlendColor); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 196 …static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alp…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 272 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glBlendColor() function 274 ctx->dispatcher().glBlendColor(red,green,blue,alpha); in glBlendColor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 45 glBlendColor(14, 14), enumConstant 642 case 14: return glBlendColor; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 33 void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
|