OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gles
(Results
126 - 150
of
370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
209
fprintf(stderr,"could not find ifaces for
GLES
CM 1.1\n");
219
fprintf(stderr,"could not find ifaces for
GLES
2.0\n");
633
} else { // there is no interface for this
gles
version
749
// Initialize the
GLES
extension function table used in
750
// eglGetProcAddress for the context's
GLES
version if not
752
//
GLES
getProcAddress after when a context is bound.
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp
137
/*
GLES
1.1*/
201
/*
GLES
1.1 EXTENSIONS*/
230
/*
GLES
2.0*/
305
/* Loading OpenGL functions which are needed for implementing BOTH
GLES
1.1 &
GLES
2.0*/
390
/* Loading OpenGL functions which are needed ONLY for implementing
GLES
1.1*/
467
/* Loading OpenGL functions which are needed ONLY for implementing
GLES
2.0*/
DummyGLfuncs.h
20
#include <
GLES
/gl.h>
90
/* OpenGL functions which are needed ONLY for implementing
GLES
1.1*/
156
/* OpenGL functions which are needed ONLY for implementing
GLES
1.1 EXTENSIONS*/
185
/* Loading OpenGL functions which are needed ONLY for implementing
GLES
2.0*/
/build/target/board/generic/
BoardConfig.mk
45
# the
GLES
renderer disables itself if host GL acceleration isn't available.
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java
40
* @param glVersion the version of
GLES
API to use inside the view
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp
84
snprintf(path, pathlen, "%s/qemu-
gles
-%d", tmp, port_number);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
api_exec_es1.c
4
*
GLES
version: GLES1.1
9
#include "
GLES
/gl.h"
10
#include "
GLES
/glext.h"
25
* the standard
GLES
headers.
/external/chromium_org/third_party/mesa/src/src/mesa/
SConscript
28
if not env['
gles
']:
336
if env['
gles
']:
340
# generate
GLES
sources
349
# generate
GLES
headers
/external/mesa3d/src/mesa/
SConscript
28
if not env['
gles
']:
336
if env['
gles
']:
340
# generate
GLES
sources
349
# generate
GLES
headers
/external/qemu/android/utils/
debug.h
43
_VERBOSE_TAG(
gles
, "hardware OpenGLES emulation") \
/frameworks/base/core/java/android/content/pm/
FeatureInfo.java
42
* The
GLES
version used by an application. The upper order 16 bits represent the
/frameworks/native/opengl/libagl/
BufferObjectManager.cpp
26
#include <
GLES
/gl.h>
TextureObjectManager.h
32
#include <
GLES
/gl.h>
/frameworks/native/opengl/libs/EGL/
Loader.h
49
driver_t(void*
gles
);
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp
17
#include <
GLES
/gl.h>
GLES11RenderEngine.h
24
#include <
GLES
/gl.h>
/frameworks/rs/driver/
rsdVertexArray.cpp
20
#include <
GLES
/gl.h>
/sdk/emulator/opengl/
Android.mk
28
# in the
GLES
emulation libraries.
/sdk/emulator/opengl/shared/OpenglCodecCommon/
UnixStream.cpp
84
snprintf(path, pathlen, "%s/qemu-
gles
-%d", tmp, port_number);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
context.h
304
* Checks if the context is for any
GLES
version
314
* Checks if the context is for
GLES
3.x
/external/mesa3d/src/mesa/main/
context.h
304
* Checks if the context is for any
GLES
version
314
* Checks if the context is for
GLES
3.x
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
23
#include <
GLES
/gl.h>
24
#include <
GLES
/glext.h>
/frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp
5
#include <
GLES
/gl.h>
6
#include <
GLES
/glext.h>
/frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp
25
#include <
GLES
/gl.h>
26
#include <
GLES
/glext.h>
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h
61
// NOTE: this class does not used by the EGL/
GLES
layer directly,
62
// the EGL/
GLES
layer creates objects using the ShareGroup class
Completed in 615 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>