OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gles
(Results
151 - 175
of
518
) 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");
636
} else { // there is no interface for this
gles
version
750
// Initialize the
GLES
extension function table used in
751
// eglGetProcAddress for the context's
GLES
version if not
753
//
GLES
getProcAddress after when a context is bound.
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp
138
/*
GLES
1.1*/
202
/*
GLES
1.1 EXTENSIONS*/
231
/*
GLES
2.0*/
306
/* Loading OpenGL functions which are needed for implementing BOTH
GLES
1.1 &
GLES
2.0*/
391
/* Loading OpenGL functions which are needed ONLY for implementing
GLES
1.1*/
468
/* 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
39
* @param glVersion the version of
GLES
API to use inside the view
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.h
33
#include <
GLES
/gl.h>
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp
84
snprintf(path, pathlen, "%s/qemu-
gles
-%d", tmp, port_number);
/external/chromium_org/media/test/data/
README
90
not specified to the last bit and
GLES
shader/texture filtering
115
not specified to the last bit and
GLES
shader/texture filtering
130
not specified to the last bit and
GLES
shader/texture filtering
145
not specified to the last bit and
GLES
shader/texture filtering
/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/chromium_org/ui/ozone/platform/dri/
gbm_surface_factory.cc
115
LOG(WARNING) << "Failed to load
GLES
library: " << error.ToString();
/external/deqp/framework/opengl/simplereference/
sglrContext.cpp
21
* \brief Simplified
GLES
reference context.
/external/deqp/framework/opengl/wrapper/
glwInitFunctions.hpp
48
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/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
47
_VERBOSE_TAG(
gles
, "hardware OpenGLES emulation") \
/frameworks/base/cmds/bootanimation/
BootAnimation.h
27
#include <
GLES
/gl.h>
/frameworks/base/core/java/android/content/pm/
FeatureInfo.java
41
* 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/opengl/libs/GLES_trace/src/
gltrace_context.h
69
minor versions of the
GLES
API. The context must be current before calling. */
/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
43
# in the
GLES
emulation libraries.
Completed in 232 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>