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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 8 #include "gl/GrGLPathRendering.h"
15 #include "GrGLPathRendering.h"
51 GrGLPathRendering::GrGLPathRendering(GrGpuGL* gpu)
70 GrGLPathRendering::~GrGLPathRendering() {
73 void GrGLPathRendering::abandonGpuResources() {
77 void GrGLPathRendering::resetContext() {
95 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const SkStrokeRec& stroke) {
99 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator
    [all...]
GrGLPathRendering.h 27 class GrGLPathRendering : public GrPathRendering {
30 * Create a new GrGLPathRendering object from a given GrGpuGL.
32 GrGLPathRendering(GrGpuGL* gpu);
33 virtual ~GrGLPathRendering();
GrGLProgramEffects.cpp 10 #include "gl/GrGLPathRendering.h"
197 GrGLPathRendering::PathTexGenComponents components =
198 GrGLPathRendering::kST_PathTexGenComponents;
200 components = GrGLPathRendering::kSTR_PathTexGenComponents;
GrGpuGL.h 15 #include "GrGLPathRendering.h"
44 GrGLPathRendering* glPathRendering() {
46 return static_cast<GrGLPathRendering*>(pathRendering());
447 friend class GrGLPathRendering; // For accessing setTextureUnit.
GrGLProgram.cpp 17 #include "GrGLPathRendering.h"
35 GrGLPathRendering::FixedFunction_TexturingMode);
GrGLProgramDesc.cpp 313 gpu->glPathRendering()->texturingMode() == GrGLPathRendering::FixedFunction_TexturingMode) {
GrGpuGL.cpp 151 fPathRendering.reset(new GrGLPathRendering(this));
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 332 friend class GrGLPathRendering;
SkPaint.h     [all...]
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 19 #include "gl/GrGLPathRendering.h"
158 GrGLPathRendering::FixedFunction_TexturingMode;
309 GrGLPathRendering::FixedFunction_TexturingMode) {;
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.cpp 149 GrGLPathRendering::SeparableShaders_TexturingMode) {
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.darwin-arm64.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.darwin-mips.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.darwin-mips64.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.darwin-x86.mk 412 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.darwin-x86_64.mk 412 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-arm.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-arm64.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-mips.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-mips64.mk 411 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-x86.mk 412 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \
skia_library.target.linux-x86_64.mk 412 third_party/skia/src/gpu/gl/GrGLPathRendering.cpp \

Completed in 1007 milliseconds