Home
last modified time | relevance | path

Searched defs:contextType (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/egl/
DteglThreadCleanUpTests.cpp149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName()
167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
DteglImageTests.cpp367 const ContextType contextType (ApiType::es(2, 0)); in iterate() local
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp84 SkWGLContextRequest contextType = in WinGLTestContext() local
/external/deqp/framework/opengl/
DgluStrUtil.cpp145 std::ostream& operator<< (std::ostream& str, ContextType contextType) in operator <<()
/external/skia/src/utils/win/
DSkWGL_win.cpp337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context()
408 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
434 SkWGLContextRequest contextType, in Create()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp201 const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, bool useNVPR, in SkCommandLineConfigGpu()
407 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu() local
/external/deqp/framework/egl/
DegluGLUtil.cpp79 …(const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu::ContextType& contextType) in createGLContext()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp118 …std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader()
211 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShader… in VertexExpanderShader()
282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::Geome… in genGeometrySource() argument
314 VertexEmitterShader::VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int … in VertexEmitterShader()
383 std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCo… in genGeometrySource() argument
447 VertexVaryingShader::VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int g… in VertexVaryingShader()
610 …ramDeclaration VertexVaryingShader::genProgramDeclaration (const glu::ContextType& contextType, in… in genProgramDeclaration()
799 OutputCountShader::OutputCountShader (const glu::ContextType& contextType, const OutputCountPattern… in OutputCountShader()
856 std::string OutputCountShader::genGeometrySource (const glu::ContextType& contextType, const Output… in genGeometrySource() argument
934 BuiltinVariableShader::BuiltinVariableShader (const glu::ContextType& contextType, VariableTest tes… in BuiltinVariableShader()
[all …]
Des31fShaderStateQueryTests.cpp46 static inline std::string brokenShaderSource (const glu::ContextType &contextType) in brokenShaderSource()
Des31fShaderMultisampleInterpolationTests.cpp51 … std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader()
Des31fTextureLevelStateQueryTests.cpp100 static bool isCoreTextureTarget (glw::GLenum target, const glu::ContextType& contextType) in isCoreTextureTarget()
Des31fTessellationGeometryInteractionTests.cpp57 …std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp146 sk_gpu_test::GrContextFactory::ContextType contextType = in DEF_GPUTEST() local
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp550 static bool isCoreTextureTarget (const glu::ContextType& contextType, glw::GLenum target) in isCoreTextureTarget()
565 static bool isCoreTextureParam (const glu::ContextType& contextType, glw::GLenum pname) in isCoreTextureParam()
580 static bool isCoreQuery (const glu::ContextType& contextType, QueryType query) in isCoreQuery()
595 static bool isCoreTester (const glu::ContextType& contextType, TesterType tester) in isCoreTester()
610 static RequiredExtensions getTextureTargetExtension (const glu::ContextType& contextType, glw::GLen… in getTextureTargetExtension()
627 static RequiredExtensions getTextureParamExtension (const glu::ContextType& contextType, glw::GLenu… in getTextureParamExtension()
644 static RequiredExtensions getQueryExtension (const glu::ContextType& contextType, QueryType query) in getQueryExtension()
661 static RequiredExtensions getTesterExtension (const glu::ContextType& contextType, TesterType teste… in getTesterExtension()
/external/skia/tools/gpu/
DGrContextFactory.h92 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName()
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java319 Type contextType) { in getTypeMappings()
/external/skia/dm/
DDM.cpp847 GrContextFactory::ContextType contextType = gpuConfig->getContextType(); in create_sink() local
1421 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts() local
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp299 const ContextType& contextType) in createContext()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp573 glu::ContextType contextType; member