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

  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 8 #include "GrGLPathRange.h"
13 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStyle& style)
22 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu,
35 void GrGLPathRange::init() {
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const {
94 void GrGLPathRange::onRelease() {
106 void GrGLPathRange::onAbandon() {
GrGLPathRange.h 23 class GrGLPathRange : public GrPathRange {
29 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStyle&);
36 GrGLPathRange(GrGLGpu*,
  /external/skqp/src/gpu/gl/
GrGLPathRange.cpp 8 #include "GrGLPathRange.h"
13 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStyle& style)
22 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu,
35 void GrGLPathRange::init() {
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const {
94 void GrGLPathRange::onRelease() {
106 void GrGLPathRange::onAbandon() {
GrGLPathRange.h 23 class GrGLPathRange : public GrPathRange {
29 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStyle&);
36 GrGLPathRange(GrGLGpu*,

Completed in 82 milliseconds