Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A 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
H A 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 …]
H A Des31fDrawTests.cpp179 static void genBasicSpec(gls::DrawTestSpec &spec, glu::ContextType contextType, gls::DrawTestSpec::… in genBasicSpec()
266 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
304 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
353 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
416 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
2229 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/aosp_15_r20/external/skia/tools/skqp/src/
H A 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
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A 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
H A 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
H A Dgl4cPipelineStatisticsQueryTests.cpp1462 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
1608 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
2104 glu::ContextType contextType = m_context.getRenderContext().getType(); in initVBO() local
2184 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
H A Dgl4cSpirvExtensionsTests.cpp58 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A 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
H A DglcContext.cpp37 Context::Context(tcu::TestContext &testCtx, glu::ContextType contextType) in Context()
50 void Context::createRenderContext(glu::ContextType &contextType, glu::ContextFlags ctxFlags) in createRenderContext()
H A 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
H A DglcTextureFilterAnisotropicTests.cpp181 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
383 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
H A DglcInternalformatTests.cpp268 glu::ContextType contextType = renderContext.getType(); in prepareTexturingProgramSources() local
1462 glu::ContextType contextType = renderContext.getType(); in prepareColoringProgramSources() local
1569 void InternalformatTests::getESTestData(TestData &testData, glu::ContextType &contextType) in getESTestData()
1846 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
H A DglcExtTokens.cpp30 void GLExtTokens::init(const glu::ContextType &contextType) in init()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp584 static bool isCoreTextureTarget(const glu::ContextType &contextType, glw::GLenum target) in isCoreTextureTarget()
601 static bool isCoreTextureParam(const glu::ContextType &contextType, glw::GLenum pname) in isCoreTextureParam()
618 static bool isCoreQuery(const glu::ContextType &contextType, QueryType query) in isCoreQuery()
635 static bool isCoreTester(const glu::ContextType &contextType, TesterType tester) in isCoreTester()
652 static RequiredExtensions getTextureTargetExtension(const glu::ContextType &contextType, glw::GLenu… in getTextureTargetExtension()
671 static RequiredExtensions getTextureParamExtension(const glu::ContextType &contextType, glw::GLenum… in getTextureParamExtension()
690 static RequiredExtensions getQueryExtension(const glu::ContextType &contextType, QueryType query) in getQueryExtension()
709 static RequiredExtensions getTesterExtension(const glu::ContextType &contextType, TesterType tester) in getTesterExtension()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A 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()
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A 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()
/aosp_15_r20/external/skia/dm/
H A 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
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.cpp569 ContextType contextType, in SkCommandLineConfigGpu()
614 SkCommandLineConfigGpu::ContextType contextType = skgpu::ContextType::kGL; in parse_command_line_config_gpu() local
691 ContextType contextType = skgpu::ContextType::kMetal; in parse_command_line_config_graphite() local
/aosp_15_r20/external/skia/tools/gpu/gl/win/
H A DSkWGL_win.cpp356 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
422 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
448 SkWGLContextRequest contextType, in Create()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2120 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2192 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2302 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2413 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2529 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2641 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2700 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2759 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
2835 const glu::ContextType &contextType = m_context.getRenderContext().getType(); in test() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglThreadCleanUpTests.cpp144 static std::string testCaseName(ContextType contextType, SurfaceType surfaceType) in testCaseName()
161 ThreadCleanUpTest(EglTestContext &eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java355 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation()
445 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTests.cpp137 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/aosp_15_r20/external/skia/tests/
H A DGrContextOOM.cpp32 auto contextType = static_cast<skgpu::ContextType>(ct); in DEF_GANESH_TEST() local

12345678910>>...19