HomeSort by relevance Sort by last modified time
    Searched defs:glBlendColor (Results 1 - 16 of 16) sorted by null

  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 66 lastSetter.put(Function.glBlendColor.getNumber(), null);
95 case glBlendColor:
DebuggerMessage.java 37 glBlendColor(7, 7),
235 case 7: return glBlendColor;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 66 lastSetter.put(Function.glBlendColor.getNumber(), null);
95 case glBlendColor:
DebuggerMessage.java 37 glBlendColor(7, 7),
235 case 7: return glBlendColor;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 272 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){
274 ctx->dispatcher().glBlendColor(red,green,blue,alpha);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 231 void (GL_APIENTRY *GLDispatch::glBlendColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL;
469 LOAD_GL_FUNC(glBlendColor);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 196 static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 131 FUNCTION_TABLE_ENTRY(glBlendColor);
228 #define glBlendColor LOOKUP_GL_FUNCTION(glBlendColor)
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 246 const Message_Function Message::glBlendColor;
    [all...]
debugger_message.pb.h 320 static const Function glBlendColor = Message_Function_glBlendColor;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 381 // C function void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
383 public static native void glBlendColor(
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1195 milliseconds