OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gles
(Results
1 - 25
of
370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/include/GLES/
egl.h
2
* Skeleton egl.h to provide compatibility for early
GLES
1.0
13
#include <
GLES
/gl.h>
/external/mesa3d/include/GLES/
egl.h
2
* Skeleton egl.h to provide compatibility for early
GLES
1.0
13
#include <
GLES
/gl.h>
/frameworks/native/opengl/include/GLES/
egl.h
2
* Skeleton egl.h to provide compatibility for early
GLES
1.0
13
#include <
GLES
/gl.h>
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h
20
#include <
GLES
/gl.h>
21
#include <
GLES
/glext.h>
64
GLenum target; // OGL if owned,
GLES
otherwise
65
GLuint name; // OGL if owned,
GLES
otherwise
TextureUtils.h
19
#include <
GLES
/gl.h>
20
#include <
GLES
/glext.h>
/external/chromium_org/third_party/mesa/src/src/
SConscript
15
# When env['
gles
'] is set, the targets defined in mapi/glapi/SConscript are not
31
if env['
gles
']:
/external/mesa3d/src/
SConscript
15
# When env['
gles
'] is set, the targets defined in mapi/glapi/SConscript are not
31
if env['
gles
']:
/frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10ExtcHeader.cpp
20
#include <
GLES
/gl.h>
21
#include <
GLES
/glext.h>
GLES10cHeader.cpp
20
#include <
GLES
/gl.h>
21
#include <
GLES
/glext.h>
GLES11ExtcHeader.cpp
20
#include <
GLES
/gl.h>
21
#include <
GLES
/glext.h>
GLES11cHeader.cpp
20
#include <
GLES
/gl.h>
21
#include <
GLES
/glext.h>
/sdk/emulator/opengl/
README
9
EGL/
GLES
command stream used between the guest and the host during emulation.
18
- sources to wrap normal procedural EGL/
GLES
calls into context-aware ones.
21
guest, and implement the marshalling of EGL/
GLES
commands into a stream of
24
system/GLESv1_enc -> encoder for
GLES
1.1 commands
25
system/GLESv2_enc -> encoder for
GLES
2.0 commands
28
system/GLESv1 -> emulator-specific guest
GLES
1.1 library
34
EGL/
GLES
commands into desktop GL 2.0 ones, and rendering to an off-screen
37
host/libs/GLESv1_dec -> decoder for
GLES
1.1 commands
38
host/libs/GLESv2_dec -> decoder for
GLES
2.0 commands
42
host/libs/Translator/GLES_CM -> translator for
GLES
1.1 command
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/es1api/
Makefile.am
34
GLES_includedir = $(includedir)/
GLES
36
$(top_srcdir)/include/
GLES
/egl.h \
37
$(top_srcdir)/include/
GLES
/gl.h \
38
$(top_srcdir)/include/
GLES
/glext.h \
39
$(top_srcdir)/include/
GLES
/glplatform.h
/external/mesa3d/src/mapi/es1api/
Makefile.am
34
GLES_includedir = $(includedir)/
GLES
36
$(top_srcdir)/include/
GLES
/egl.h \
37
$(top_srcdir)/include/
GLES
/gl.h \
38
$(top_srcdir)/include/
GLES
/glext.h \
39
$(top_srcdir)/include/
GLES
/glplatform.h
/frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h
31
/* This DisplaySurface implementation supports virtual displays, where
GLES
38
* case, the
GLES
driver works directly with the output buffer queue, and
43
* configurations:
GLES
-only, HWC-only, and MIXED composition. In all of these,
46
* In
GLES
-only composition, the
GLES
driver is given a buffer from the sink to
47
* render into. When the
GLES
driver queues the buffer to the
62
* an internal BufferQueue that it uses as a scratch buffer pool. The
GLES
95
// IGraphicBufferProducer interface, used by the
GLES
driver.
121
// set of slots used by the
GLES
producer ("producer slots" or "pslot") and
143
// the composition type changes or the
GLES
driver starts requestin
[
all
...]
/frameworks/native/opengl/libs/tools/
genfiles
21
./glapigen ../../include/
GLES
/gl.h > ../GLES_CM/gl_api.in
22
./glapigen ../../include/
GLES
/glext.h > ../GLES_CM/glext_api.in
28
./glentrygen ../../include/
GLES
/gl.h > /tmp/gl_entries.in
29
./glentrygen ../../include/
GLES
/glext.h > /tmp/glext_entries.in
51
cat ../../include/
GLES
/gl.h \
52
../../include/
GLES
/glext.h \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
SConscript
25
if not env['
gles
']:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
SConscript
14
if not env['
gles
']:
/external/mesa3d/src/mesa/drivers/osmesa/
SConscript
25
if not env['
gles
']:
/external/mesa3d/src/mesa/drivers/windows/gdi/
SConscript
14
if not env['
gles
']:
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h
34
// Any
GLES
/GLES2 client API library should define a function named "init_emul_gles"
36
// It will be called by EGL after loading the
GLES
library for initialization
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript
41
# when
GLES
is enabled, gl* and _glapi_* belong to bridge_glapi and
43
if env['
gles
']:
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript
19
# when
GLES
is enabled, gl* and _glapi_* belong to bridge_glapi and
21
if env['
gles
']:
/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
']:
Completed in 188 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>