HomeSort by relevance Sort by last modified time
    Searched refs:glBlendColor (Results 26 - 50 of 68) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 196 static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 45 glBlendColor(14, 14),
538 case 14: return glBlendColor;
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 407 ::glBlendColor(red, green, blue, alpha);
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /sdk/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...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 338 blendColor = GET_PROC_ADDRESS(glBlendColor);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 655 const GLMessage_Function GLMessage::glBlendColor;
    [all...]
gltrace.pb.h     [all...]

Completed in 2808 milliseconds

12 3