/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGetProcAddressTests.cpp | 222 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 D | teglGLES1RenderUtil.cpp | 27 # include <GLES/gl.h>
|
/third_party/skia/third_party/externals/angle2/samples/gles1/ |
H A D | DrawTexture.cpp | 21 #include <GLES/gl.h> 22 #include <GLES/glext.h>
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | Makefile | 22 # 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 D | GPUTestExpectationsTest.cpp | 50 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 D | Makefile | 11 # 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 D | egl.h | 18 * Skeleton egl.h to provide compatibility for early GLES 1.0 27 #include <GLES/gl.h>
|
/third_party/openGLES/api/GLES/ |
H A D | egl.h | 7 * 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 D | egl.h | 18 * 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 D | egl.h | 18 * 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 D | egl.h | 8 #include <GLES/gl.h> 9 #include <GLES/egltypes.h>
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferImageGenerator.cpp | 38 #include <GLES/gl.h> 39 #include <GLES/glext.h>
|
H A D | GrAHardwareBufferUtils.cpp | 19 #include <GLES/gl.h> 20 #include <GLES/glext.h>
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 38 #include <GLES/gl.h> 39 #include <GLES/egltypes.h>
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Context.hpp | 24 #include <GLES/gl.h>
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_entry_points.py | 35 # 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 D | registry_xml.py | 381 # 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 D | GLWindowContext_android.cpp | 10 #include <GLES/gl.h>
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 146 #include <GLES/gl.h> 148 #include <GLES/glext.h>
|
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_dispatch.c | 88 * 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 D | glfw3.h | 148 #include <GLES/gl.h> 150 #include <GLES/glext.h>
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.hpp | 19 #include <GLES/gl.h> 20 #include <GLES/glext.h>
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_1_0_autogen.h | 9 // Defines the GLES 1.0 entry points. 14 #include <GLES/gl.h>
|
H A D | entry_points_gles_ext_autogen.h | 9 // Defines the GLES extension entry points. 14 #include <GLES/gl.h> 15 #include <GLES/glext.h>
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 38 #include <GLES/gl.h> 39 #include <GLES/glext.h>
|