Searched refs:GrGLStandard (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkNullGLContext.cpp11 const GrGLInterface* SkNullGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
H A DGrGLContext.h22 * version, the GrGLStandard type of the context, and GLSL version.
48 GrGLStandard standard() const { return fInterface->fStandard; }
H A DGrGLExtensions.cpp44 bool GrGLExtensions::init(GrGLStandard standard,
H A DGrGLUtil.h87 GrGLStandard GrGLGetStandardInUseFromString(const char* versionString);
H A DSkGLContextHelper.cpp30 bool SkGLContextHelper::init(GrGLStandard forcedGpuAPI, int width,
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.cpp11 const GrGLInterface* SkDebugGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
/external/chromium_org/third_party/skia/dm/
H A DDMGpuSupport.h22 GrGLStandard gpuAPI,
34 enum GrGLStandard {
61 GrGLStandard,
H A DDMGpuGMTask.h24 GrGLStandard gpuAPI,
35 GrGLStandard fGpuAPI;
H A DDMGpuGMTask.cpp15 GrGLStandard gpuAPI,
H A DDM.cpp74 GrGLStandard gpuAPI,
166 static GrGLStandard get_gl_standard() {
204 GrGLStandard gpuAPI = get_gl_standard();
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkDebugGLContext.h22 virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
H A DSkNullGLContext.h23 virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
H A DGrGLExtensions.h40 bool init(GrGLStandard standard,
H A DSkANGLEGLContext.h40 GrGLStandard forcedGpuAPI) SK_OVERRIDE;
H A DSkMesaGLContext.h41 virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
H A DSkGLContextHelper.h28 bool init(GrGLStandard forcedGpuAPI, const int width, const int height);
68 virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) = 0;
H A DSkNativeGLContext.h85 virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
H A DSkNativeGLContext_nacl.cpp29 const GrGLInterface* SkNativeGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
/external/skia/include/gpu/gl/
H A DGrGLExtensions.h40 bool init(GrGLStandard standard,
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp54 const GrGLInterface* SkNativeGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
68 GrGLStandard fStandard;
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp35 const GrGLInterface* SkNativeGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp56 const GrGLInterface* SkMesaGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
/external/skia/src/gpu/gl/
H A DGrGLContext.h22 * version, the GrGLStandard type of the context, and GLSL version.
48 GrGLStandard standard() const { return fInterface->fStandard; }
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp55 const GrGLInterface* SkANGLEGLContext::createGLContext(GrGLStandard forcedGpuAPI) {

Completed in 316 milliseconds

123