Home
last modified time | relevance | path

Searched refs:GLES (Results 1 - 25 of 32) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglGetProcAddressTests.cpp222 GLES, enumerator
243 case GLES: in RenderableType()
266 case GLES: in isApiSupported()
281 case GLES : return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10); in getCoreFunctionNames()
311 case GLES: in executeTest()
381 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL ES core functions", GetProcAddressCoreFunctionsCase::GLES)); in init()
H A DteglGLES1RenderUtil.cpp27 # include <GLES/gl.h>
/third_party/skia/third_party/externals/angle2/samples/gles1/
H A DDrawTexture.cpp21 #include <GLES/gl.h>
22 #include <GLES/glext.h>
/third_party/skia/third_party/externals/opengl-registry/xml/
H A DMakefile22 # Generate all headers for GL / GLES / WGL / GLX
35 $(API)/GLES/gl.h \
36 $(API)/GLES/glext.h \
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsTest.cpp50 bool GLES = false; in validateConfigAPI() local
65 GLES = true; in validateConfigAPI()
80 EXPECT_EQ(GLES, config.getConditions()[GPUTestConfig::kConditionGLES]); in validateConfigAPI()
178 // Use this to select which configurations (e.g. which renderer, which GLES major version) these
/third_party/openGLES/xml/
H A DMakefile11 # Generate all headers for GL / GLES / WGL / GLX
24 $(API)/GLES/gl.h \
25 $(API)/GLES/glext.h \
/third_party/mesa3d/include/GLES/
H A Degl.h18 * Skeleton egl.h to provide compatibility for early GLES 1.0
27 #include <GLES/gl.h>
/third_party/openGLES/api/GLES/
H A Degl.h7 * Skeleton egl.h to provide compatibility for early GLES 1.0
16 #include <GLES/gl.h>
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Degl.h18 * Skeleton egl.h to provide compatibility for early GLES 1.0
27 #include <GLES/gl.h>
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Degl.h18 * Skeleton egl.h to provide compatibility for early GLES 1.0
27 #include <GLES/gl.h>
/third_party/EGL/api/1.1/EGL/
H A Degl.h8 #include <GLES/gl.h>
9 #include <GLES/egltypes.h>
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp38 #include <GLES/gl.h>
39 #include <GLES/glext.h>
H A DGrAHardwareBufferUtils.cpp19 #include <GLES/gl.h>
20 #include <GLES/glext.h>
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h38 #include <GLES/gl.h>
39 #include <GLES/egltypes.h>
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DContext.hpp24 #include <GLES/gl.h>
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py35 # marked as such in the registry. However, that is not correct for GLES where this entry point
36 # comes from GL_EXT_multisampled_render_to_texture which is never promoted to core GLES.
786 #include <GLES{major}/gl{major}{minor}.h>
806 #include <GLES/glext.h>
1254 return api == apis.GLES and cmd_name in ALIASING_EXCEPTIONS
1266 if api == apis.GLES:
1738 if api in [apis.GL, apis.GLES]:
2644 # First run through the main GLES entry points. Since ES2+ is the primary use
2663 eps = GLEntryPoints(apis.GLES, xml, version_commands)
2689 write_file(annotation, "GLES "
[all...]
H A Dregistry_xml.py381 # Versions (major, minor). Note that GLES intentionally places 1.0 last.
394 GLES = 'GLES' variable in apis
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp10 #include <GLES/gl.h>
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h146 #include <GLES/gl.h>
148 #include <GLES/glext.h>
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c88 * dispatch functions for them. We can't directly include GLES/gl.h because
94 #include <GLES/glplatform.h>
98 * attributes for these prototypes vs those in the GLES/gl.h header.
/third_party/glfw/include/GLFW/
H A Dglfw3.h148 #include <GLES/gl.h>
150 #include <GLES/glext.h>
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp19 #include <GLES/gl.h>
20 #include <GLES/glext.h>
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.h9 // Defines the GLES 1.0 entry points.
14 #include <GLES/gl.h>
H A Dentry_points_gles_ext_autogen.h9 // Defines the GLES extension entry points.
14 #include <GLES/gl.h>
15 #include <GLES/glext.h>
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp38 #include <GLES/gl.h>
39 #include <GLES/glext.h>

Completed in 29 milliseconds

12