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

  /external/skia/src/gpu/gl/nacl/
SkCreatePlatformGLContext_nacl.cpp 10 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
  /external/skia/include/gpu/gl/
SkNullGLContext.h 19 static SkNullGLContext* Create(GrGLStandard forcedAPI) {
GrGLExtensions.h 41 bool init(GrGLStandard standard,
GrGLTypes.h 17 enum GrGLStandard {
SkGLContext.h 131 SK_API SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI,
GrGLInterface.h 122 GrGLStandard fStandard;
123 GrGLStandard fBindingsExported; // Legacy name, will be remove when Chromium is updated.
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 22 WinGLContext(GrGLStandard forcedGpuAPI);
41 WinGLContext::WinGLContext(GrGLStandard forcedGpuAPI)
190 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
GrGLCreateNativeInterface_win.cpp 81 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
  /external/skia/dm/
DMGpuSupport.h 49 enum GrGLStandard {
  /external/skia/src/gpu/gl/
GrGLContext.h 21 * version, the GrGLStandard type of the context, and GLSL version.
25 GrGLStandard standard() const { return fInterface->fStandard; }
GrGLUtil.h 118 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
123 void GrGLGetDriverInfo(GrGLStandard standard,
GrGLUtil.cpp 65 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString) {
95 void GrGLGetDriverInfo(GrGLStandard standard,
GrGLExtensions.cpp 64 bool GrGLExtensions::init(GrGLStandard standard,
GrGLCaps.h 381 GrGLStandard fStandard;
GrGLCaps.cpp 67 GrGLStandard standard = ctxInfo.standard();
542 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation,
596 GrGLStandard standard = ctxInfo.standard();
    [all...]
GrGLGpu.h 47 GrGLStandard glStandard() const { return fGLContext->standard(); }
GrGLAssembleInterface.cpp 30 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
    [all...]
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 40 EGLGLContext(GrGLStandard forcedGpuAPI);
60 EGLGLContext::EGLGLContext(GrGLStandard forcedGpuAPI)
77 GrGLStandard fStandard;
321 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
  /external/skia/src/gpu/gl/mac/
SkCreatePlatformGLContext_mac.cpp 112 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
  /external/skia/src/gpu/gl/glx/
SkCreatePlatformGLContext_glx.cpp 49 GLXGLContext(GrGLStandard forcedGpuAPI, GLXGLContext* shareList);
65 GLXGLContext::GLXGLContext(GrGLStandard forcedGpuAPI, GLXGLContext* shareContext)
336 SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {

Completed in 102 milliseconds