HomeSort by relevance Sort by last modified time
    Searched defs:glInterface (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
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/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
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/
GrGpuGL.h 38 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
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/skia/src/gpu/gl/
GrGpuGL.h 38 const GrGLInterface* glInterface() const { return fGLContext.interface(); }
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/
SampleApp.cpp 213 SkAutoTUnref<const GrGLInterface> glInterface;
221 glInterface.reset(GrGLCreateNativeInterface());
225 glInterface.reset(GrGLCreateANGLEInterface());
229 glInterface.reset(GrGLCreateNullInterface());
238 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 213 SkAutoTUnref<const GrGLInterface> glInterface;
221 glInterface.reset(GrGLCreateNativeInterface());
225 glInterface.reset(GrGLCreateANGLEInterface());
229 glInterface.reset(GrGLCreateNullInterface());
238 fCurIntf = GrGLInterfaceRemoveNVPR(glInterface.get());
    [all...]

Completed in 648 milliseconds