Home
last modified time | relevance | path

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

1234

/external/skia/tools/skqp/src/
Dskqp_GpuTestProcs.cpp76 static bool skip_context(skgpu::ContextType contextType) { in skip_context()
98 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGaneshTestContexts() local
131 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGraphiteTestContexts() local
164 for (auto contextType : contextsToDump) { in printBackendInfo() local
/external/deqp/external/openglcts/modules/common/
DglcContext.cpp37 Context::Context(tcu::TestContext &testCtx, glu::ContextType contextType) in Context()
50 void Context::createRenderContext(glu::ContextType &contextType, glu::ContextFlags ctxFlags) in createRenderContext()
DglcParallelShaderCompileTests.cpp81 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in iterate() local
171 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in iterate() local
234 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in iterate() local
DglcExtTokens.cpp30 void GLExtTokens::init(const glu::ContextType &contextType) in init()
DglcNoErrorTests.cpp96 glu::ContextType contextType(m_ApiType); in iterate() local
DglcShaderMacroTests.cpp109 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
DglcLayoutLocationTests.cpp429 glu::ContextType contextType = renderContext.getType(); in iterate() local
562 glu::ContextType contextType = renderContext.getType(); in iterate() local
675 glu::ContextType contextType = renderContext.getType(); in init() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.cpp86 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
250 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
340 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
522 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
Dgl4cShaderDrawParametersTests.cpp155 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
237 glu::ContextType contextType = m_context.getRenderContext().getType(); in draw() local
724 glu::ContextType contextType = m_context.getRenderContext().getType(); in initChild() local
800 glu::ContextType contextType = m_context.getRenderContext().getType(); in initChild() local
Dgl4cSpirvExtensionsTests.cpp58 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
Dgl3cPrimitiveRestart.cpp399 auto contextType = m_context.getRenderContext().getType(); in init() local
434 auto contextType = m_context.getRenderContext().getType(); in iterate() local
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp139 static void genBasicSpec(gls::DrawTestSpec &spec, glu::ContextType &contextType, gls::DrawTestSpec:… in genBasicSpec()
533 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
602 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
675 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
713 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
762 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
825 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
Des31fGeometryShaderTests.cpp119 … std::string specializeShader(const std::string &shaderSource, const glu::ContextType &contextType) in specializeShader()
134 auto contextType = ctx.getRenderContext().getType(); in checkSupport() local
245 VertexExpanderShader::VertexExpanderShader(const glu::ContextType &contextType, rr::GeometryShaderI… in VertexExpanderShader()
328 std::string VertexExpanderShader::genGeometrySource(const glu::ContextType &contextType, in genGeometrySource()
367 VertexEmitterShader::VertexEmitterShader(const glu::ContextType &contextType, int emitCountA, int e… in VertexEmitterShader()
443 std::string VertexEmitterShader::genGeometrySource(const glu::ContextType &contextType, int emitCou… in genGeometrySource()
515 VertexVaryingShader::VertexVaryingShader(const glu::ContextType &contextType, int vertexOut, int ge… in VertexVaryingShader()
692 …rProgramDeclaration VertexVaryingShader::genProgramDeclaration(const glu::ContextType &contextType, in genProgramDeclaration()
886 OutputCountShader::OutputCountShader(const glu::ContextType &contextType, const OutputCountPatternS… in OutputCountShader()
953 std::string OutputCountShader::genGeometrySource(const glu::ContextType &contextType, in genGeometrySource()
[all …]
/external/skia/dm/
DDMGpuTestProcs.cpp86 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGaneshTestContexts() local
127 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGraphiteTestContexts() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTests.cpp137 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/external/skia/tests/
DGrContextOOM.cpp32 auto contextType = static_cast<skgpu::ContextType>(ct); in DEF_GANESH_TEST() local
DGrDDLImageTest.cpp38 auto contextType = static_cast<skgpu::ContextType>(ct); in DEF_GANESH_TEST() local
/external/deqp/modules/egl/
DteglThreadCleanUpTests.cpp144 static std::string testCaseName(ContextType contextType, SurfaceType surfaceType) in testCaseName()
161 ThreadCleanUpTest(EglTestContext &eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
/external/skia/tools/graphite/vk/
DGraphiteVulkanTestContext.cpp93 skgpu::ContextType VulkanTestContext::contextType() { in contextType() function in skiatest::graphite::VulkanTestContext
/external/guava/android/guava/src/com/google/common/reflect/
DTypeResolver.java73 static TypeResolver covariantly(Type contextType) { in covariantly()
88 static TypeResolver invariantly(Type contextType) { in invariantly()
379 static ImmutableMap<TypeVariableKey, Type> getTypeMappings(Type contextType) { in getTypeMappings()
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java73 static TypeResolver covariantly(Type contextType) { in covariantly()
88 static TypeResolver invariantly(Type contextType) { in invariantly()
379 static ImmutableMap<TypeVariableKey, Type> getTypeMappings(Type contextType) { in getTypeMappings()
/external/skia/tools/flags/
DCommonFlagsConfig.cpp568 ContextType contextType, in SkCommandLineConfigGpu()
613 SkCommandLineConfigGpu::ContextType contextType = skgpu::ContextType::kGL; in parse_command_line_config_gpu() local
690 ContextType contextType = skgpu::ContextType::kMetal; in parse_command_line_config_graphite() local
/external/skia/tools/gpu/gl/win/
DSkWGL_win.cpp356 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
422 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
448 SkWGLContextRequest contextType, in Create()
/external/deqp/framework/opengl/
DgluStrUtil.cpp144 std::ostream &operator<<(std::ostream &str, ContextType contextType) in operator <<()
/external/deqp/framework/egl/
DegluGLUtil.cpp97 const glu::ContextType &contextType, eglw::EGLContext sharedContext, in createGLContext()

1234