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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 27 if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) {
28 newInterface->fExtensions.add("GL_EXT_debug_marker");
41 newInterface->fExtensions.remove("GL_NV_path_rendering");
82 clone->fExtensions = interface->fExtensions;
107 if (!fExtensions.isInitialized()) {
217 // and that we have fn pointers for any advertised fExtensions that we will
241 if (glVer >= GR_GL_VER(2,0) || fExtensions.has("GL_ARB_draw_buffers")) {
247 if (glVer >= GR_GL_VER(1,5) || fExtensions.has("GL_ARB_occlusion_query")) {
259 fExtensions.has("GL_ARB_timer_query") |
    [all...]
GrGLContext.h 68 const GrGLExtensions& extensions() const { return fInterface->fExtensions; }
GrGLAssembleInterface.cpp 324 interface->fExtensions.swap(&extensions);
562 interface->fExtensions.swap(&extensions);
GrGLCreateNullInterface.cpp 487 interface->fExtensions.init(kGL_GrGLStandard, functions->fGetString, functions->fGetStringi,
SkNullGLContext.cpp 490 interface->fExtensions.init(kGL_GrGLStandard, functions->fGetString, functions->fGetStringi,
  /external/skia/src/utils/win/
SkWGL.h 165 SkWGLExtensions fExtensions;
SkWGL_win.cpp 447 SkASSERT(fExtensions.hasExtension(fDC, "WGL_ARB_pbuffer"));
449 fExtensions.releasePbufferDC(fPbuffer, fDC);
450 fExtensions.destroyPbuffer(fPbuffer);
  /external/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 196 SkString fExtensions;
  /external/skia/include/gpu/gl/
GrGLInterface.h 139 GrGLExtensions fExtensions;
141 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); }
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 359 milliseconds