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

1 2 3 4 5

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 25 glBlendColor,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 18 {"glBlendColor", (void*)glBlendColor},
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...]
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...]
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 27 interface->fBlendColor = glBlendColor;
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 35 interface->fBlendColor = glBlendColor;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 26 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 35 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 26 interface->fBlendColor = glBlendColor;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 21 #define glBlendColor GLES2_GET_FUN(BlendColor)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 40 glBlendColor = 14;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 99 glBlendColor(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 497 #define glBlendColor GLES2_GET_FUN(BlendColor)
646 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf 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);
  /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/chromium_org/third_party/angle_dx11/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 391 "glBlendColor\0"
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 69 glBlendColor(red, green, blue, alpha);
  /external/mesa3d/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 385 // C function void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
387 public static native void glBlendColor(
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 513 GLES20.glBlendColor(colorArray[0], colorArray[1], colorArray[2], colorArray[3]);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);

Completed in 306 milliseconds

1 2 3 4 5