OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrContextFactory
(Results
26 - 38
of
38
) sorted by null
1
2
/external/chromium_org/third_party/skia/tests/
GrSurfaceTest.cpp
11
#include "
GrContextFactory
.h"
18
GrContext* context = factory->get(
GrContextFactory
::kNull_GLContextType);
ResourceCacheTest.cpp
11
#include "
GrContextFactory
.h"
285
for (int type = 0; type <
GrContextFactory
::kLastGLContextType; ++type) {
286
GrContextFactory
::GLContextType glType = static_cast<
GrContextFactory
::GLContextType>(type);
287
if (!
GrContextFactory
::IsRenderingGLContext(glType)) {
DeferredCanvasTest.cpp
21
#include "
GrContextFactory
.h"
23
class
GrContextFactory
;
682
static void TestDeferredCanvasSurface(skiatest::Reporter* reporter,
GrContextFactory
* factory) {
688
cnt =
GrContextFactory
::kGLContextTypeCnt;
700
GrContextFactory
::GLContextType glCtxType = (
GrContextFactory
::GLContextType) i;
701
if (!
GrContextFactory
::IsRenderingGLContext(glCtxType)) {
763
static void TestDeferredCanvasSetSurface(skiatest::Reporter* reporter,
GrContextFactory
* factory) {
771
cnt =
GrContextFactory
::kGLContextTypeCnt;
783
GrContextFactory
::GLContextType glCtxType = (GrContextFactory::GLContextType) i
[
all
...]
GLProgramsTest.cpp
16
#include "
GrContextFactory
.h"
354
for (int type = 0; type <
GrContextFactory
::kLastGLContextType; ++type) {
355
GrContext* context = factory->get(static_cast<
GrContextFactory
::GLContextType>(type));
361
if (type ==
GrContextFactory
::kANGLE_GLContextType) {
ReadPixelsTest.cpp
17
#include "
GrContextFactory
.h"
296
glCtxTypeCnt =
GrContextFactory
::kGLContextTypeCnt;
306
GrContextFactory
::GLContextType type =
307
static_cast<
GrContextFactory
::GLContextType>(glCtxType);
308
if (!
GrContextFactory
::IsRenderingGLContext(type)) {
WritePixelsTest.cpp
18
#include "
GrContextFactory
.h"
22
class
GrContextFactory
;
418
glCtxTypeCnt =
GrContextFactory
::kGLContextTypeCnt;
425
GrContextFactory
::GLContextType type =
426
static_cast<
GrContextFactory
::GLContextType>(glCtxType);
427
if (!
GrContextFactory
::IsRenderingGLContext(type)) {
skia_test.cpp
22
#include "
GrContextFactory
.h"
195
GrContextFactory
grContextFactory
;
197
gpuTests[i]->setGrContextFactory(&
grContextFactory
);
BlurTest.cpp
19
#include "
GrContextFactory
.h"
278
static bool gpu_blur_path(
GrContextFactory
* factory, const SkPath& path,
282
GrContext* grContext = factory->get(
GrContextFactory
::kNative_GLContextType);
328
static void test_sigma_range(skiatest::Reporter* reporter,
GrContextFactory
* factory) {
SkpSkGrTest.cpp
6
#include "
GrContextFactory
.h"
252
typedef
GrContextFactory
::GLContextType GLContextType;
254
static const GLContextType kAngle =
GrContextFactory
::kANGLE_GLContextType;
256
static const GLContextType kNative =
GrContextFactory
::kNative_GLContextType;
406
GrContextFactory
contextFactory;
ImageFilterTest.cpp
36
#include "
GrContextFactory
.h"
[
all
...]
PictureTest.cpp
30
#include "
GrContextFactory
.h"
863
GrContextFactory
* factory) {
864
for (int i= 0; i <
GrContextFactory
::kGLContextTypeCnt; ++i) {
865
GrContextFactory
::GLContextType glCtxType = (
GrContextFactory
::GLContextType) i;
867
if (!
GrContextFactory
::IsRenderingGLContext(glCtxType)) {
[
all
...]
/external/chromium_org/third_party/skia/bench/
nanobench.cpp
32
#include "
GrContextFactory
.h"
33
SkAutoTDelete<
GrContextFactory
> gGrFactory;
266
GrContextFactory
::GLContextType ctxType;
291
static bool is_gpu_config_allowed(const char* name,
GrContextFactory
::GLContextType ctxType,
304
#define kBogusGLContextType
GrContextFactory
::kNative_GLContextType
325
if (is_gpu_config_allowed(#name,
GrContextFactory
::ctxType, samples)) { \
332
GrContextFactory
::ctxType }; \
563
gGrFactory.reset(SkNEW_ARGS(
GrContextFactory
, (grContextOpts)));
/external/chromium_org/third_party/skia/gm/
gmmain.cpp
60
#include "
GrContextFactory
.h"
62
typedef
GrContextFactory
::GLContextType GLContextType;
67
class
GrContextFactory
;
[
all
...]
Completed in 516 milliseconds
1
2