Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp232 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/
DGLDispatch.h196 …static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alp…
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp272 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/
DGLProtoBuf.java45 glBlendColor(14, 14), enumConstant
642 case 14: return glBlendColor; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in33 void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha