Searched defs:glInterface (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuFactory.cpp19 const GrGLInterface* glInterface = NULL; local
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
/external/skia/src/gpu/
H A DGrGpuFactory.cpp19 const GrGLInterface* glInterface = NULL; local
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContext ctx(glInterface);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h37 const GrGLInterface* glInterface() const { return fGLContext.interface(); } function in class:GrGpuGL
338 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
366 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
380 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
H A DGrGLPathRendering.cpp20 #define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X)
21 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(fGpu->glInterface(), RET, X)
53 const GrGLInterface* glInterface = gpu->glInterface(); local
55 NULL != glInterface->fFunctions.fStencilThenCoverFillPath &&
56 NULL != glInterface->fFunctions.fStencilThenCoverStrokePath &&
57 NULL != glInterface->fFunctions.fStencilThenCoverFillPathInstanced &&
58 NULL != glInterface->fFunctions.fStencilThenCoverStrokePathInstanced;
60 kGLES_GrGLStandard == glInterface->fStandard &&
61 NULL != glInterface
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL.h38 const GrGLInterface* glInterface() const { return fGLContext.interface(); } function in class:GrGpuGL
358 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
386 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
400 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp214 SkAutoTUnref<const GrGLInterface> glInterface; local
222 glInterface.reset(GrGLCreateNativeInterface());
226 glInterface.reset(GrGLCreateANGLEInterface());
230 glInterface.reset(GrGLCreateNullInterface());
239 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());
/external/skia/samplecode/
H A DSampleApp.cpp213 SkAutoTUnref<const GrGLInterface> glInterface; local
221 glInterface.reset(GrGLCreateNativeInterface());
225 glInterface.reset(GrGLCreateANGLEInterface());
229 glInterface.reset(GrGLCreateNullInterface());
238 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());

Completed in 336 milliseconds