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

1 2

  /external/skia/bench/
BenchGpuTimer_gl.h 11 class SkGLContextHelper;
15 BenchGpuTimer(const SkGLContextHelper* glctx);
22 const SkGLContextHelper* fContext;
BenchTimer.h 17 class SkGLContextHelper;
30 BenchTimer(SkGLContextHelper* gl = NULL);
BenchTimer.cpp 23 BenchTimer::BenchTimer(SkGLContextHelper* gl)
BenchGpuTimer_gl.cpp 9 #include "gl/SkGLContextHelper.h"
12 BenchGpuTimer::BenchGpuTimer(const SkGLContextHelper* glctx) {
benchmain.cpp 485 SkGLContextHelper* glContext = NULL;
548 SkGLContextHelper* contextHelper = NULL;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkDebugGLContext.h 11 #include "SkGLContextHelper.h"
13 class SkDebugGLContext : public SkGLContextHelper {
SkNullGLContext.h 11 #include "SkGLContextHelper.h"
13 class SkNullGLContext : public SkGLContextHelper {
SkGLContextHelper.h 19 class SkGLContextHelper : public SkRefCnt {
21 SK_DECLARE_INST_COUNT(SkGLContextHelper)
23 SkGLContextHelper();
24 virtual ~SkGLContextHelper();
SkANGLEGLContext.h 13 #include "SkGLContextHelper.h"
18 class SkANGLEGLContext : public SkGLContextHelper {
SkMesaGLContext.h 11 #include "SkGLContextHelper.h"
15 class SkMesaGLContext : public SkGLContextHelper {
SkNativeGLContext.h 11 #include "SkGLContextHelper.h"
26 class SkNativeGLContext : public SkGLContextHelper {
  /external/skia/include/gpu/gl/
SkDebugGLContext.h 11 #include "SkGLContextHelper.h"
13 class SkDebugGLContext : public SkGLContextHelper {
SkNullGLContext.h 11 #include "SkGLContextHelper.h"
13 class SkNullGLContext : public SkGLContextHelper {
SkGLContextHelper.h 19 class SkGLContextHelper : public SkRefCnt {
21 SK_DECLARE_INST_COUNT(SkGLContextHelper)
23 SkGLContextHelper();
24 virtual ~SkGLContextHelper();
SkANGLEGLContext.h 13 #include "SkGLContextHelper.h"
18 class SkANGLEGLContext : public SkGLContextHelper {
SkMesaGLContext.h 11 #include "SkGLContextHelper.h"
15 class SkMesaGLContext : public SkGLContextHelper {
SkNativeGLContext.h 11 #include "SkGLContextHelper.h"
26 class SkNativeGLContext : public SkGLContextHelper {
  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 8 #include "gl/SkGLContextHelper.h"
11 SkGLContextHelper::SkGLContextHelper()
18 SkGLContextHelper::~SkGLContextHelper() {
30 bool SkGLContextHelper::init(int width, int height) {
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 8 #include "gl/SkGLContextHelper.h"
11 SkGLContextHelper::SkGLContextHelper()
18 SkGLContextHelper::~SkGLContextHelper() {
30 bool SkGLContextHelper::init(int width, int height) {
  /external/skia/tests/
GLInterfaceValidation.cpp 22 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 107 SkAutoTUnref<SkGLContextHelper> glCtx;
153 SkGLContextHelper* getGLContext(GLContextType type) {
166 SkGLContextHelper* fGLContext;
  /external/skia/include/gpu/
GrContextFactory.h 107 SkAutoTUnref<SkGLContextHelper> glCtx;
153 SkGLContextHelper* getGLContext(GLContextType type) {
166 SkGLContextHelper* fGLContext;
  /external/skia/tools/
PictureRenderer.h 34 class SkGLContextHelper;
273 SkGLContextHelper* getGLContext() {
PictureRenderer.cpp 230 SkGLContextHelper* glContext = this->getGLContext();
  /external/skia/
Android.mk 418 src/gpu/gl/SkGLContextHelper.cpp \

Completed in 81 milliseconds

1 2