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

  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_entry.cpp 16 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
268 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
271 ctx->glBlendColor(ctx, red, green, blue, alpha);
    [all...]
gl2_client_context.h 18 glBlendColor_client_proc_t glBlendColor;
227 virtual glBlendColor_client_proc_t set_glBlendColor(glBlendColor_client_proc_t f) { glBlendColor_client_proc_t retval = glBlendColor; glBlendColor = f; return retval;}
    [all...]
  /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)
  /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...]
  /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);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 196 static 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/libs/GLES_trace/src/
gltrace.pb.cpp 551 const GLMessage_Function GLMessage::glBlendColor;
    [all...]
gltrace.pb.h     [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 75 milliseconds