Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp575 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview),
578 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
582 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview2),
585 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
597 NoAcceleration(egl_platform::OPENGL_OR_GLES(), BigWorkload(), ExtensionName::multiview),
600 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
604 NoAcceleration(egl_platform::OPENGL_OR_GLES(), BigWorkload(), ExtensionName::multiview2),
607 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(),
DDrawCallPerfParams.h44 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(); in GL()
52 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(3, 0); in GL3()
DUniformsPerf.cpp514 VectorUniforms(OPENGL_OR_GLES(), DataMode::UPDATE),
515 VectorUniforms(OPENGL_OR_GLES(), DataMode::REPEAT),
518 MatrixUniforms(OPENGL_OR_GLES(),
DClearPerf.cpp170 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DDispatchComputePerf.cpp162 : angle::egl_platform::OPENGL_OR_GLES(); in DispatchComputePerfOpenGLOrGLESParams()
DPointSprites.cpp207 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DInterleavedAttributeData.cpp218 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DLinkProgramPerfTest.cpp187 params.eglParameters = OPENGL_OR_GLES(); in LinkProgramOpenGLOrGLESParams()
DMultisampledRenderToTexturePerf.cpp235 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DGenerateMipmapPerf.cpp297 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DTextureSampling.cpp316 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
DBufferSubData.cpp356 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in BufferUpdateOpenGLOrGLESParams()
DInstancingPerf.cpp336 params.eglParameters = OPENGL_OR_GLES(); in InstancingPerfOpenGLOrGLESParams()
DTextureUploadPerf.cpp345 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams()
/external/angle/src/tests/test_utils/
Dangle_test_configs.h102 EGLPlatformParameters OPENGL_OR_GLES();
103 EGLPlatformParameters OPENGL_OR_GLES(EGLint major, EGLint minor);
Dangle_test_configs.cpp471 EGLPlatformParameters OPENGL_OR_GLES() in OPENGL_OR_GLES() function
480 EGLPlatformParameters OPENGL_OR_GLES(EGLint major, EGLint minor) in OPENGL_OR_GLES() function