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

  /external/skia/src/gpu/gl/
GrGLUniformHandler.h 15 class GrGLCaps;
44 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps);
47 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps);
GrGLContext.h 14 #include "GrGLCaps.h"
34 const GrGLCaps* caps() const { return fGLCaps.get(); }
35 GrGLCaps* caps() { return fGLCaps; }
63 SkAutoTUnref<GrGLCaps> fGLCaps;
GrGLUniformHandler.cpp 10 #include "gl/GrGLCaps.h"
64 void GrGLUniformHandler::bindUniformLocations(GrGLuint programID, const GrGLCaps& caps) {
74 void GrGLUniformHandler::getUniformLocations(GrGLuint programID, const GrGLCaps& caps) {
GrGLContext.cpp 75 fGLCaps.reset(new GrGLCaps(*args.fContextOptions, *this, fInterface));
GrGLCaps.cpp 9 #include "GrGLCaps.h"
18 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions,
64 void GrGLCaps::init(const GrContextOptions& contextOptions,
71 * Caps specific to GrGLCaps
270 // This must be called after fCoreProfile is set on the GrGLCaps
440 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) {
442 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) {
595 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo) {
717 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli)
    [all...]
GrGLGpu.cpp     [all...]
GrGLCaps.h 31 class GrGLCaps : public GrCaps {
116 * Initializes the GrGLCaps to the set of features supported in the current
119 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo,
GrGLGpu.h 50 const GrGLCaps& glCaps() const { return *fGLContext->caps(); }
160 // Given a GrPixelConfig return the index into the stencil format array on GrGLCaps to a
  /external/skia/src/gpu/glsl/
GrGLSLCaps.h 184 friend class GrGLCaps; // For initialization.
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 182 const GrGLCaps& caps = this->gpu()->glCaps();
  /external/skia/
Android.mk 496 src/gpu/gl/GrGLCaps.cpp \

Completed in 202 milliseconds