Home
last modified time | relevance | path

Searched refs:OPENGL_OR_GLES (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp573 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview),
576 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
580 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview2),
583 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
595 NoAcceleration(egl_platform::OPENGL_OR_GLES(), BigWorkload(), ExtensionName::multiview),
598 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
602 NoAcceleration(egl_platform::OPENGL_OR_GLES(), BigWorkload(), ExtensionName::multiview2),
605 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
DDrawCallPerfParams.h52 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(); in GL()
60 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(3, 0); in GL3()
DUniformsPerf.cpp517 VectorUniforms(OPENGL_OR_GLES(), DataMode::UPDATE),
518 VectorUniforms(OPENGL_OR_GLES(), DataMode::REPEAT),
522 MatrixUniforms(OPENGL_OR_GLES(),
DDispatchComputePerf.cpp162 : angle::egl_platform::OPENGL_OR_GLES(); in DispatchComputePerfOpenGLOrGLESParams()
DPointSprites.cpp214 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DInterleavedAttributeData.cpp224 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DClearPerf.cpp212 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DMultisampledRenderToTexturePerf.cpp250 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DLinkProgramPerfTest.cpp202 params.eglParameters = OPENGL_OR_GLES(); in LinkProgramOpenGLOrGLESParams()
DTextureSampling.cpp323 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DGenerateMipmapPerf.cpp306 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DInstancingPerf.cpp343 params.eglParameters = OPENGL_OR_GLES(); in InstancingPerfOpenGLOrGLESParams()
DTextureUploadPerf.cpp353 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DBufferSubData.cpp366 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in BufferUpdateOpenGLOrGLESParams()
DMapBufferRange.cpp389 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in BufferUpdateOpenGLOrGLESParams()
/external/angle/src/tests/test_utils/
Dangle_test_configs.h128 EGLPlatformParameters OPENGL_OR_GLES();
129 EGLPlatformParameters OPENGL_OR_GLES(EGLint major, EGLint minor);
Dangle_test_configs.cpp491 EGLPlatformParameters OPENGL_OR_GLES() in OPENGL_OR_GLES() function
500 EGLPlatformParameters OPENGL_OR_GLES(EGLint major, EGLint minor) in OPENGL_OR_GLES() function