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

  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 19 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
57 const GrGLInterface* glInterface = gpu->glInterface();
58 fCaps.bindFragmentInputSupport = (bool)glInterface->fFunctions.fBindFragmentInputLocation;
GrGLGpu.h 46 const GrGLInterface* glInterface() const { return fGLContext->interface(); }
532 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
  /external/skqp/src/gpu/gl/
GrGLPathRendering.cpp 19 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
57 const GrGLInterface* glInterface = gpu->glInterface();
58 fCaps.bindFragmentInputSupport = (bool)glInterface->fFunctions.fBindFragmentInputLocation;
GrGLGpu.h 46 const GrGLInterface* glInterface() const { return fGLContext->interface(); }
520 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));

Completed in 199 milliseconds