HomeSort by relevance Sort by last modified time
    Searched refs:BlendColor (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 66 static void BlendColor(GGLInterface * iface, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
195 iface->BlendColor = BlendColor;
220 iface->BlendColor(iface, 0, 0, 0, 0);
  /external/skia/src/gpu/mesa/
GrGLCreateMesaInterface.cpp 43 GR_GL_GET_PROC(BlendColor);
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 90 GR_GL_GET_PROC(BlendColor);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 436 GL_CALL(BlendColor(0,0,0,0));
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 727 GLfloat BlendColor[4]; /**< Blending color */
    [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...]

Completed in 43 milliseconds