HomeSort by relevance Sort by last modified time
    Searched refs:GrGLContext (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.h 13 #include "gl/GrGLContext.h"
16 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
GrGLGeometryShaderBuilder.cpp 40 const GrGLContext& glCtx = fProgramBuilder->gpu()->glContext();
GrGLShaderStringBuilder.cpp 20 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
GrGLVertexShaderBuilder.cpp 115 const GrGLContext& glCtx = gpu->glContext();
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 89 class GrGLContext : public GrGLContextInfo {
92 * Creates a GrGLContext from a GrGLInterface and the currently
95 explicit GrGLContext(const GrGLInterface* interface) {
99 GrGLContext(const GrGLContext& that) : INHERITED(that) {}
101 GrGLContext& operator= (const GrGLContext& that) {
GrGpuGL.h 12 #include "GrGLContext.h"
30 GrGpuGL(const GrGLContext& ctx, GrContext* context);
35 const GrGLContext& glContext() const { return fGLContext; }
273 GrGLContext fGLContext;
GrGpuGL.cpp 115 GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context)
780 static bool renderbuffer_storage_msaa(GrGLContext& ctx,
    [all...]
  /external/skia/src/gpu/gl/
GrGLContext.h 87 class GrGLContext : public GrGLContextInfo {
90 * Creates a GrGLContext from a GrGLInterface and the currently
93 explicit GrGLContext(const GrGLInterface* interface) {
97 GrGLContext(const GrGLContext& that) : INHERITED(that) {}
99 GrGLContext& operator= (const GrGLContext& that) {
GrGpuGL.h 13 #include "GrGLContext.h"
33 GrGpuGL(const GrGLContext& ctx, GrContext* context);
36 const GrGLContext& glContext() const { return fGLContext; }
293 GrGLContext fGLContext;
GrGLShaderBuilder.cpp 723 static GrGLuint attach_shader(const GrGLContext& glCtx,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 37 GrGLContext ctx(glInterface);
  /external/skia/src/gpu/
GrGpuFactory.cpp 37 GrGLContext ctx(glInterface);
  /external/skia/
Android.mk 469 src/gpu/gl/GrGLContext.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.darwin-arm64.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.darwin-mips.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.darwin-mips64.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.darwin-x86.mk 402 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.darwin-x86_64.mk 402 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-arm.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-arm64.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-mips.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-mips64.mk 401 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-x86.mk 402 third_party/skia/src/gpu/gl/GrGLContext.cpp \
skia_library.target.linux-x86_64.mk 402 third_party/skia/src/gpu/gl/GrGLContext.cpp \

Completed in 1046 milliseconds

1 2