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

  /external/mesa3d/src/pixelflinger2/
buffer.cpp 118 static void ClearColor(GGLInterface * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a)
240 iface->ClearColor = ClearColor;
pixelflinger2.cpp 208 iface->ClearColor(iface, 0, 0, 0, 0);
  /external/skia/src/gpu/mesa/
GrGLCreateMesaInterface.cpp 48 GR_GL_GET_PROC(ClearColor);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 191 void (* ClearColor)(GGLInterface_t * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a);
  /external/mesa3d/src/mesa/main/
mtypes.h 690 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
700 GLclampf ClearColor[4]; /**< Color to use for glClear */
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 116 #define glClearColor MANGLE(ClearColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 116 #define glClearColor MANGLE(ClearColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 116 #define glClearColor MANGLE(ClearColor)
    [all...]

Completed in 90 milliseconds