HomeSort by relevance Sort by last modified time
    Searched refs:glBlendColor (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 25 glBlendColor,
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 131 FUNCTION_TABLE_ENTRY(glBlendColor);
228 #define glBlendColor LOOKUP_GL_FUNCTION(glBlendColor)
OpenGLShims.cpp 97 ASSIGN_FUNCTION_TABLE_ENTRY(glBlendColor, success);
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 27 interface->fBlendColor = glBlendColor;
  /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 38 glBlendColor(7, 7),
237 case 7: return glBlendColor;
    [all...]
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 26 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 42 interface->fBlendColor = glBlendColor;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 40 glBlendColor = 14;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 55 interface->fBlendColor = glBlendColor;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
  /sdk/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/ndk/platforms/android-5/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/mesa3d/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /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...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);

Completed in 117 milliseconds

1 2 3