Searched refs:SkGLContextHelper (Results 1 - 25 of 31) sorted by relevance

12

/external/skia/bench/
H A DBenchGpuTimer_gl.h11 class SkGLContextHelper;
15 BenchGpuTimer(const SkGLContextHelper* glctx);
22 const SkGLContextHelper* fContext;
H A DBenchTimer.h17 class SkGLContextHelper;
30 BenchTimer(SkGLContextHelper* gl = NULL);
H A DBenchTimer.cpp23 BenchTimer::BenchTimer(SkGLContextHelper* gl)
H A DBenchGpuTimer_gl.cpp9 #include "gl/SkGLContextHelper.h"
12 BenchGpuTimer::BenchGpuTimer(const SkGLContextHelper* glctx) {
H A Dbenchmain.cpp696 SkGLContextHelper* glCtx = NULL;
770 SkGLContextHelper* glContext = NULL;
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkDebugGLContext.h11 #include "SkGLContextHelper.h"
13 class SkDebugGLContext : public SkGLContextHelper {
H A DSkNullGLContext.h11 #include "SkGLContextHelper.h"
13 class SkNullGLContext : public SkGLContextHelper {
H A DSkGLContextHelper.h19 class SkGLContextHelper : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkGLContextHelper)
23 SkGLContextHelper();
24 virtual ~SkGLContextHelper();
H A DSkANGLEGLContext.h13 #include "SkGLContextHelper.h"
18 class SkANGLEGLContext : public SkGLContextHelper {
H A DSkMesaGLContext.h11 #include "SkGLContextHelper.h"
15 class SkMesaGLContext : public SkGLContextHelper {
H A DSkNativeGLContext.h11 #include "SkGLContextHelper.h"
26 class SkNativeGLContext : public SkGLContextHelper {
/external/skia/include/gpu/gl/
H A DSkDebugGLContext.h11 #include "SkGLContextHelper.h"
13 class SkDebugGLContext : public SkGLContextHelper {
H A DSkNullGLContext.h11 #include "SkGLContextHelper.h"
13 class SkNullGLContext : public SkGLContextHelper {
H A DSkGLContextHelper.h19 class SkGLContextHelper : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkGLContextHelper)
23 SkGLContextHelper();
24 virtual ~SkGLContextHelper();
H A DSkANGLEGLContext.h13 #include "SkGLContextHelper.h"
18 class SkANGLEGLContext : public SkGLContextHelper {
H A DSkMesaGLContext.h11 #include "SkGLContextHelper.h"
15 class SkMesaGLContext : public SkGLContextHelper {
H A DSkNativeGLContext.h11 #include "SkGLContextHelper.h"
26 class SkNativeGLContext : public SkGLContextHelper {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp8 #include "gl/SkGLContextHelper.h"
11 SK_DEFINE_INST_COUNT(SkGLContextHelper)
13 SkGLContextHelper::SkGLContextHelper() function in class:SkGLContextHelper
20 SkGLContextHelper::~SkGLContextHelper() {
32 bool SkGLContextHelper::init(int width, int height) {
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp8 #include "gl/SkGLContextHelper.h"
11 SK_DEFINE_INST_COUNT(SkGLContextHelper)
13 SkGLContextHelper::SkGLContextHelper() function in class:SkGLContextHelper
20 SkGLContextHelper::~SkGLContextHelper() {
32 bool SkGLContextHelper::init(int width, int height) {
/external/skia/tests/
H A DGLInterfaceValidation.cpp22 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h107 SkAutoTUnref<SkGLContextHelper> glCtx;
153 SkGLContextHelper* getGLContext(GLContextType type) {
166 SkGLContextHelper* fGLContext;
/external/skia/include/gpu/
H A DGrContextFactory.h107 SkAutoTUnref<SkGLContextHelper> glCtx;
153 SkGLContextHelper* getGLContext(GLContextType type) {
166 SkGLContextHelper* fGLContext;
/external/skia/tools/
H A DPictureRenderer.h33 class SkGLContextHelper;
244 SkGLContextHelper* getGLContext() {
H A DPictureRenderer.cpp196 SkGLContextHelper* glContext = this->getGLContext();
/external/skia/
H A DAndroid.mk419 src/gpu/gl/SkGLContextHelper.cpp \

Completed in 635 milliseconds

12