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

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl_c.h 23 /* AGL implementation of SDL OpenGL support */
30 #include <AGL/agl.h> /* AGL.framework */
32 #include <agl.h>
  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 130 from fontTools import agl namespace
142 elif indices[i] in agl.UV2AGL:
143 self.glyphOrder[i] = agl.UV2AGL[indices[i]]
177 from fontTools import agl namespace
184 if glyphID in agl.AGL2UV:
185 indices.append(agl.AGL2UV[glyphID])
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.h 24 #include <AGL/agl.h>
video_render_mac_carbon_impl.cc 14 #include <AGL/agl.h>
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 442 # in combination with the Adobe Glyph List (AGL).
491 from fontTools import agl namespace
502 if unicode in agl.UV2AGL:
504 glyphName = agl.UV2AGL[unicode]
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 12 #include <AGL/agl.h>
475 SkDebugf("---- agl version %d %d\n", major, minor);
491 SkDebugf("----- agl format %p\n", format);
493 SkDebugf("----- agl context %p\n", ctx);
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 12 #include <AGL/agl.h>
475 SkDebugf("---- agl version %d %d\n", major, minor);
491 SkDebugf("----- agl format %p\n", format);
493 SkDebugf("----- agl context %p\n", ctx);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 1030 milliseconds