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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 31 newInterface->fFunctions.fInsertEventMarker = insertEventMarkerFn;
32 newInterface->fFunctions.fPushGroupMarker = pushGroupMarkerFn;
33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn;
42 newInterface->fFunctions.fPathCommands = NULL;
43 newInterface->fFunctions.fPathCoords = NULL;
44 newInterface->fFunctions.fPathParameteri = NULL;
45 newInterface->fFunctions.fPathParameterf = NULL;
46 newInterface->fFunctions.fGenPaths = NULL;
47 newInterface->fFunctions.fDeletePaths = NULL;
48 newInterface->fFunctions.fIsPath = NULL
    [all...]
GrGLUtil.h 175 (IFACE)->fFunctions.f##X; \
190 (RET) = (IFACE)->fFunctions.f##X; \
195 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
GrGLContext.cpp 28 if (interface->fFunctions.fGetString) {
GrGLPathRendering.cpp 66 NULL != glInterface->fFunctions.fStencilThenCoverFillPath &&
67 NULL != glInterface->fFunctions.fStencilThenCoverStrokePath &&
68 NULL != glInterface->fFunctions.fStencilThenCoverFillPathInstanced &&
69 NULL != glInterface->fFunctions.fStencilThenCoverStrokePathInstanced;
71 NULL != glInterface->fFunctions.fProgramPathFragmentInputGen;
73 NULL != glInterface->fFunctions.fPathMemoryGlyphIndexArray;
GrGLUtil.cpp 14 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {}
GrGLAssembleInterface.cpp 62 GrGLInterface::Functions* functions = &interface->fFunctions;
350 GrGLInterface::Functions* functions = &interface->fFunctions;
GrGLCaps.cpp 570 hasCompressTex2D && (gli->fFunctions.fCompressedTexSubImage2D);
    [all...]
GrGLCreateNullInterface.cpp 350 GrGLInterface::Functions* functions = &interface->fFunctions;
SkNullGLContext.cpp 353 GrGLInterface::Functions* functions = &interface->fFunctions;
  /external/skia/include/gpu/gl/
SkGLContext.h 73 #define SK_GL(ctx, X) (ctx).gl()->fFunctions.f ## X; \
74 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
75 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
76 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
77 #define SK_GL_NOERRCHECK(ctx, X) (ctx).gl()->fFunctions.f ## X
78 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X
GrGLInterface.h 356 } fFunctions;
  /external/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 195 SkString fFunctions;
GrGLProgramBuilder.cpp 425 bool usingBindUniform = fGpu->glInterface()->fFunctions.fBindUniformLocation != NULL;
  /external/skia/src/views/win/
SkOSWindow_win.cpp 30 (IFACE)->fFunctions.f##X; \
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 843 GrGLInterface::Functions* functions = &interface->fFunctions;
    [all...]

Completed in 186 milliseconds