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

1 2

  /external/chromium_org/third_party/skia/dm/
DMGpuSupport.h 21 GrContextFactory::GLContextType type,
42 typedef int GLContextType;
44 static const GLContextType kANGLE_GLContextType = 0,
60 GrContextFactory::GLContextType,
DMGpuGMTask.h 23 GrContextFactory::GLContextType,
34 const GrContextFactory::GLContextType fContextType;
DM.cpp 61 static const GrContextFactory::GLContextType native = GrContextFactory::kNative_GLContextType;
62 static const GrContextFactory::GLContextType nvpr = GrContextFactory::kNVPR_GLContextType;
63 static const GrContextFactory::GLContextType null = GrContextFactory::kNull_GLContextType;
64 static const GrContextFactory::GLContextType debug = GrContextFactory::kDebug_GLContextType;
66 static const GrContextFactory::GLContextType angle = GrContextFactory::kANGLE_GLContextType;
69 static const GrContextFactory::GLContextType mesa = GrContextFactory::kMESA_GLContextType;
DMGpuGMTask.cpp 14 GrContextFactory::GLContextType contextType,
  /external/chromium_org/third_party/skia/tests/
GrDrawTargetTest.cpp 25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
GLInterfaceValidationTest.cpp 17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
FloatingPointTextureTest.cpp 51 GrContextFactory::GLContextType type =
52 static_cast<GrContextFactory::GLContextType>(glCtxType);
GpuDrawPathTest.cpp 48 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
ImageIsOpaqueTest.cpp 36 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
ReadWriteAlphaTest.cpp 20 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
GpuColorFilterTest.cpp 113 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
PremulAlphaRoundTripTest.cpp 83 GrContextFactory::GLContextType type =
84 static_cast<GrContextFactory::GLContextType>(glCtxType);
ClipCacheTest.cpp 219 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
GpuLayerCacheTest.cpp 85 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
ImageNewShaderTest.cpp 144 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
SurfaceTest.cpp 184 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
450 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
ResourceCacheTest.cpp 286 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
ReadPixelsTest.cpp 306 GrContextFactory::GLContextType type =
307 static_cast<GrContextFactory::GLContextType>(glCtxType);
DeferredCanvasTest.cpp 700 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
783 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
    [all...]
SkpSkGrTest.cpp 252 typedef GrContextFactory::GLContextType GLContextType;
254 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
WritePixelsTest.cpp 425 GrContextFactory::GLContextType type =
426 static_cast<GrContextFactory::GLContextType>(glCtxType);
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 39 enum GLContextType {
58 static bool IsRenderingGLContext(GLContextType type) {
68 static const char* GLContextTypeName(GLContextType type) {
122 GrContext* get(GLContextType type, GrGLStandard forcedGpuAPI = kNone_GrGLStandard) {
195 SkGLContextHelper* getGLContext(GLContextType type) {
209 GLContextType fType;
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.h 179 GrContextFactory::GLContextType glContextType = GrContextFactory::kNative_GLContextType;
189 glContextType = GrContextFactory::kNVPR_GLContextType;
193 glContextType = GrContextFactory::kANGLE_GLContextType;
198 glContextType = GrContextFactory::kMESA_GLContextType;
207 fGrContext = fGrContextFactory.get(glContextType, gpuAPI);
373 GrContextFactory::GLContextType glContextType
377 glContextType = GrContextFactory::kNative_GLContextType;
380 glContextType = GrContextFactory::kNVPR_GLContextType
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 72 DE_DECLARE_COMMAND_LINE_OPT(GLContextType, std::string);
152 << Option<GLContextType> (DE_NULL, "deqp-gl-context-type", "OpenGL context type for platforms that support multiple")
795 if (m_cmdLine.hasOption<opt::GLContextType>())
796 return m_cmdLine.getOption<opt::GLContextType>().c_str();
  /external/chromium_org/third_party/skia/bench/
nanobench.cpp 266 GrContextFactory::GLContextType ctxType;
291 static bool is_gpu_config_allowed(const char* name, GrContextFactory::GLContextType ctxType,

Completed in 1341 milliseconds

1 2