OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLContextType
(Results
1 - 20
of
20
) sorted by null
/external/skia/dm/
DMGpuTask.h
26
GrContextFactory::
GLContextType
,
39
const GrContextFactory::
GLContextType
fContextType;
DM.cpp
58
const GrContextFactory::
GLContextType
native = GrContextFactory::kNative_GLContextType;
59
const GrContextFactory::
GLContextType
null = GrContextFactory::kNull_GLContextType;
60
const GrContextFactory::
GLContextType
debug = GrContextFactory::kDebug_GLContextType;
61
const GrContextFactory::
GLContextType
angle =
67
const GrContextFactory::
GLContextType
mesa =
DMGpuTask.cpp
18
GrContextFactory::
GLContextType
contextType,
/external/skia/tests/
GLInterfaceValidation.cpp
19
GrContextFactory::
GLContextType
glCtxType = (GrContextFactory::
GLContextType
)i;
GrDrawTargetTest.cpp
25
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
GpuDrawPathTest.cpp
50
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
ResourceCacheTest.cpp
64
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
PremulAlphaRoundTripTest.cpp
57
GrContextFactory::
GLContextType
type =
58
static_cast<GrContextFactory::
GLContextType
>(glCtxType);
ReadWriteAlphaTest.cpp
21
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
GpuColorFilterTest.cpp
115
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
ClipCacheTest.cpp
226
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
GpuBitmapCopyTest.cpp
106
GrContextFactory::
GLContextType
glType = static_cast<GrContextFactory::
GLContextType
>(type);
191
} // GrContextFactory::
GLContextType
ReadPixelsTest.cpp
316
GrContextFactory::
GLContextType
type =
317
static_cast<GrContextFactory::
GLContextType
>(glCtxType);
GLProgramsTest.cpp
231
GrContext* context = factory->get(static_cast<GrContextFactory::
GLContextType
>(type));
WritePixelsTest.cpp
424
GrContextFactory::
GLContextType
type =
425
static_cast<GrContextFactory::
GLContextType
>(glCtxType);
/external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h
36
enum
GLContextType
{
52
static bool IsRenderingGLContext(
GLContextType
type) {
62
static const char* GLContextTypeName(
GLContextType
type) {
99
GrContext* get(
GLContextType
type) {
153
SkGLContextHelper* getGLContext(
GLContextType
type) {
165
GLContextType
fType;
/external/skia/include/gpu/
GrContextFactory.h
36
enum
GLContextType
{
52
static bool IsRenderingGLContext(
GLContextType
type) {
62
static const char* GLContextTypeName(
GLContextType
type) {
99
GrContext* get(
GLContextType
type) {
153
SkGLContextHelper* getGLContext(
GLContextType
type) {
165
GLContextType
fType;
/external/skia/bench/
benchmain.cpp
198
typedef GrContextFactory::
GLContextType
GLContextType
;
199
static const
GLContextType
kNative = GrContextFactory::kNative_GLContextType;
201
static const
GLContextType
kANGLE = GrContextFactory::kANGLE_GLContextType;
203
static const
GLContextType
kDebug = GrContextFactory::kDebug_GLContextType;
204
static const
GLContextType
kNull = GrContextFactory::kNull_GLContextType;
206
typedef int
GLContextType
;
207
static const
GLContextType
kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0;
221
GLContextType
contextType;
/external/skia/tools/
PictureRenderer.h
160
GrContextFactory::
GLContextType
glContextType
= GrContextFactory::kNative_GLContextType;
171
glContextType
= GrContextFactory::kANGLE_GLContextType;
180
fGrContext = fGrContextFactory.get(
glContextType
);
274
GrContextFactory::
GLContextType
glContextType
278
glContextType
= GrContextFactory::kNative_GLContextType;
282
glContextType
= GrContextFactory::kANGLE_GLContextType;
288
return fGrContextFactory.getGLContext(
glContextType
);
/external/skia/gm/
gmmain.cpp
57
typedef GrContextFactory::
GLContextType
GLContextType
;
65
typedef int
GLContextType
;
154
GLContextType
fGLContextType; // GPU backend only
[
all
...]
Completed in 52 milliseconds