| /frameworks/native/opengl/tests/angeles/include/GLES/ |
| egl.h | 38 #include <GLES/gl.h> 39 #include <GLES/egltypes.h>
|
| /frameworks/native/opengl/tests/finish/ |
| finish.cpp | 24 #include <GLES/gl.h> 25 #include <GLES/glext.h>
|
| /frameworks/native/opengl/tests/tritex/ |
| tritex.cpp | 8 #include <GLES/gl.h> 9 #include <GLES/glext.h>
|
| /frameworks/native/services/surfaceflinger/ |
| BufferLayer.h | 184 uint32_t mTextureName; // from GLES 191 // The texture used to draw the layer in GLES composition mode
|
| /frameworks/rs/driver/ |
| rsdMeshObj.cpp | 17 #include <GLES/gl.h> 19 #include <GLES/glext.h>
|
| rsdProgramStore.cpp | 24 #include <GLES/gl.h> 25 #include <GLES/glext.h>
|
| /frameworks/rs/ |
| rsScriptC_LibGL.cpp | 31 #include <GLES/gl.h> 32 #include <GLES/glext.h>
|
| /external/skia/tools/skqp/ |
| gm_knowledge.cpp | 362 if (s.equals("gles")) { 372 int glesErrorCount = 0, vkErrorCount = 0, gles = 0, vk = 0; local 386 case Backend::kGLES: ++gles; break; 406 write(&htmOut, SkStringPrintf("<p>gles errors: %d (of %d)</br>\n" 408 glesErrorCount, gles, vkErrorCount, vk));
|
| /external/skqp/tools/skqp/ |
| gm_knowledge.cpp | 362 if (s.equals("gles")) { 372 int glesErrorCount = 0, vkErrorCount = 0, gles = 0, vk = 0; local 386 case Backend::kGLES: ++gles; break; 406 write(&htmOut, SkStringPrintf("<p>gles errors: %d (of %d)</br>\n" 408 glesErrorCount, gles, vkErrorCount, vk));
|
| /external/swiftshader/docs/ |
| Index.md | 60 [OpenGL ES 1.1](https://www.khronos.org/registry/gles/specs/1.1/es_full_spec_1.1.12.pdf) is implemented in [src/OpenGL/libGLES_CM/](../src/OpenGL/libGLES_CM/), while [OpenGL ES 2.0](https://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf) is implemented in [src/OpenGL/libGLESv2/](../src/OpenGL/libGLESv2/). Note that while [OpenGL ES 3.0](https://www.khronos.org/registry/gles/specs/3.0/es_spec_3.0.0.pdf) functions are implemented in [libGLESv3.cpp](../src/OpenGL/libGLESv2/libGLESv3.cpp), it is compiled into the libGLESv2 library as standard among most implementations (some platforms have a libGLESv3 symbolically link to libGLESv2). We'll focus on OpenGL ES 2.0 in this documentation.
|
| /build/make/target/board/generic/ |
| BoardConfig.mk | 56 # the GLES renderer disables itself if host GL acceleration isn't available.
|
| /build/make/target/board/generic_x86/ |
| BoardConfig.mk | 44 # the GLES renderer disables itself if host GL acceleration isn't available.
|
| /build/make/target/board/generic_x86_64/ |
| BoardConfig.mk | 43 # the GLES renderer disables itself if host GL acceleration isn't available.
|
| /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
| GLESSurfaceView.java | 39 * @param glVersion the version of GLES API to use inside the view
|
| /device/generic/goldfish-opengl/ |
| Android.mk | 53 # in the GLES emulation libraries.
|
| /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/ |
| egl-test-issues.txt | 25 dEQP-EGL.functional.color_clears.*.gles*.rgba5551_pbuffer
|
| /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/ |
| egl-test-issues.txt | 25 dEQP-EGL.functional.color_clears.*.gles*.rgba5551_pbuffer
|
| /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
| esextcTextureCubeMapArrayImageTextureSize.cpp | 98 /* Create GLES objects specific for the test */ 112 /* Delete GLES objects specific for the test */ 342 /* Reset GLES state */ 349 /* Delete GLES objects */ 401 /** Configure GLES objects specific for the test configuration */ 423 /** Delete GLES objects specific for the test configuration */ [all...] |
| /external/deqp/external/openglcts/modules/runner/ |
| glcAospMustpassEs.hpp | 22 const char* mustpassDir = "gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/";
|
| /external/deqp/framework/opengl/simplereference/ |
| sglrContext.cpp | 21 * \brief Simplified GLES reference context.
|
| /external/deqp/framework/opengl/wrapper/ |
| glwInitFunctions.hpp | 51 void initExtensionsES (Functions* gl, const FunctionLoader* loader, int numExtensions, const char* const* extensions); //!< Load all supported GLES extension functions.
|
| /external/deqp/modules/egl/ |
| teglGLES1RenderUtil.cpp | 27 # include <GLES/gl.h>
|
| /external/mesa3d/ |
| common.py | 102 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support',
|
| /external/mesa3d/src/mesa/ |
| SConscript | 31 if not env['gles']:
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_formatquery.c | 55 /* For GLES, we are allowed to return a smaller number of samples for
|