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

  /external/skia/include/gpu/gl/
SkMesaGLContext.h 45 GrGLubyte *fImage;
GrGLFunctions.h 29 typedef unsigned char GrGLubyte;
110 typedef const GrGLubyte* (GR_GL_FUNCTION_TYPE* GrGLGetStringProc)(GrGLenum name);
172 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
174 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
207 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetPathCommandsProc)(GrGLuint name, GrGLubyte *commands);
  /external/skia/src/gpu/gl/
GrGLContextInfo.cpp 55 const GrGLubyte* verUByte;
72 const GrGLubyte* ext;
GrGLUtil.cpp 180 const GrGLubyte* glstr;
186 const GrGLubyte* v;
192 const GrGLubyte* v;
198 const GrGLubyte* v;
204 const GrGLubyte* v;
GrGLPath.cpp 18 inline GrGLubyte verb_to_gl_path_cmd(const SkPath::Verb verb) {
19 static const GrGLubyte gTable[] = {
63 SkSTArray<16, GrGLubyte, true> pathCommands;
GrGLCreateNullInterface.cpp 359 const GrGLubyte* GR_GL_FUNCTION_TYPE nullGLGetString(GrGLenum name) {
362 return (const GrGLubyte*)"GL_ARB_framebuffer_object GL_ARB_blend_func_extended GL_ARB_timer_query GL_ARB_draw_buffers GL_ARB_occlusion_query GL_EXT_blend_color GL_EXT_stencil_wrap";
364 return (const GrGLubyte*)"4.0 Null GL";
366 return (const GrGLubyte*)"4.20.8 Null GLSL";
368 return (const GrGLubyte*)"Null Vendor";
370 return (const GrGLubyte*)"The Null (Non-)Renderer";
GrGpuGL.cpp 161 const GrGLubyte* ext;
163 const GrGLubyte* vendor;
164 const GrGLubyte* renderer;
165 const GrGLubyte* version;
    [all...]
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 68 fImage = (GrGLubyte *) sk_malloc_throw(gBOGUS_SIZE * gBOGUS_SIZE *
69 4 * sizeof(GrGLubyte));
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 210 (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB");
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 391 milliseconds