HomeSort by relevance Sort by last modified time
    Searched full:gles (Results 26 - 50 of 518) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 41 # when GLES is enabled, gl* and _glapi_* belong to bridge_glapi and
43 if env['gles']:
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 19 # when GLES is enabled, gl* and _glapi_* belong to bridge_glapi and
21 if env['gles']:
  /frameworks/rs/driver/
rsdProgramRaster.cpp 24 #include <GLES/gl.h>
25 #include <GLES/glext.h>
rsdSampler.cpp 28 #include <GLES/gl.h>
29 #include <GLES/glext.h>
rsdType.cpp 28 #include <GLES/gl.h>
29 #include <GLES/glext.h>
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GL2Dispatch.cpp 39 // Load the GLES library
45 // init the GLES dispatch table
WindowSurface.h 25 #include <GLES/gl.h>
51 GLuint m_fbObj; // GLES Framebuffer object (when EGLimage is used)
Android.mk 54 # use Translator's egl/gles headers
77 # use Translator's egl/gles headers
  /frameworks/native/opengl/libs/GLES_trace/
DESIGN.txt 1 Design of the GLES Tracing Library
14 GLES call is redirected to the trace implementation.
18 While the application is running, all its GLES calls are directly routed to their corresponding
72 // call the original GLES function
78 The fixupGLMessage() call does any custom processing of the protobuf based on the GLES call.
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 272 objectFiles.add("world.gles");
273 objectFiles.add("al.gles");
274 objectFiles.add("apple.gles");
275 objectFiles.add("dolphins.gles");
276 objectFiles.add("f16.gles");
277 objectFiles.add("flowers.gles");
278 objectFiles.add("porsche.gles");
279 objectFiles.add("rosevase.gles");
280 objectFiles.add("shuttle.gles");
281 objectFiles.add("soccerball.gles");
    [all...]
  /sdk/emulator/opengl/
DESIGN 7 Hardware GLES emulation in the Android platform is implemented with a mix
10 - Several host "translator" libraries. They implement the EGL, GLES 1.1 and
11 GLES 2.0 ABIs defined by Khronos, and translate the corresponding function
15 - desktop GL 2.0 for GLES 1.1 and GLES 2.0
20 | EGL | | GLES 1.1 | | GLES 2.0 | TRANSLATOR
33 the same EGL / GLES 1.1 and GLES 2.0 ABIs.
35 They collect the sequence of EGL/GLES function calls and translate the
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
installmesa 67 # NOT YET: mkdir -p ${INCLUDE_DIR}/GLES
71 # NOT YET: cp -f ${TOP}/include/GLES/*.h ${INCLUDE_DIR}/GLES
  /external/mesa3d/bin/
installmesa 67 # NOT YET: mkdir -p ${INCLUDE_DIR}/GLES
71 # NOT YET: cp -f ${TOP}/include/GLES/*.h ${INCLUDE_DIR}/GLES
  /external/chromium_org/third_party/angle/src/libGLESv2/
Sampler.cpp 8 // Sampler.cpp : Implements the Sampler class, which represents a GLES 3
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
SConscript 18 if not env['gles']:
  /external/mesa3d/src/gallium/state_trackers/wgl/
SConscript 18 if not env['gles']:
  /frameworks/native/libs/gui/tests/
TextureRenderer.h 20 #include <GLES/gl.h>
  /frameworks/native/opengl/libagl/
dxt.h 23 #include <GLES/gl.h>
texture.h 27 #include <GLES/gl.h>
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.h 18 #include <GLES/gl.h>
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
PaletteTexture.h 19 #include <GLES/gl.h>
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_schedule_overlay_plane.txt 28 via display hardware without further compositing in GLES.
31 dedicated hardware as part of a GLES application.
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 34 // This whole att0 thing is about a incompatibility between GLES and OpenGL.
35 // GLES allows a vertex shader attribute to be in location 0 and have a
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
mali_parser_test.js 16 'gles/src/dispatch/mali_gles_dispatch_entrypoints.c992: ' +
21 'gles/src/texture/mali_gles_texture_api.c996: ' +
26 'gles/src/texture/mali_gles_texture_slave.c295: ' +
31 'gles/src/texture/mali_gles_texture_slave.c295: ',
35 'gles/src/texture/mali_gles_texture_slave.c1505: ' +
40 'gles/src/texture/mali_gles_texture_slave.c1612: ' +
81 'gles/src/texture/mali_gles_texture_slave.c1612',
85 'gles/src/texture/mali_gles_texture_slave.c1505',
89 'gles/src/texture/mali_gles_texture_api.c996',
93 'gles/src/dispatch/mali_gles_dispatch_entrypoints.c992
    [all...]
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 18 #include <GLES/gl.h>
19 #include <GLES/glext.h>
79 // And now query the GLES library for each proc address

Completed in 207 milliseconds

12 3 4 5 6 7 8 91011>>