OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EGLAPI
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.h
12
#define
EGLAPI
Surface.h
14
#define
EGLAPI
Config.h
14
#define
EGLAPI
/development/ndk/platforms/android-9/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h
41
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
47
#ifndef
EGLAPI
48
#define
EGLAPI
KHRONOS_APICALL
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/frameworks/base/opengl/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h
43
*
EGLAPI
return-type EGLAPIENTRY eglFunction(arguments);
49
#ifndef
EGLAPI
50
#define
EGLAPI
KHRONOS_APICALL
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
17
#undef
EGLAPI
18
#define
EGLAPI
__declspec(dllexport)
145
EGLAPI
EGLint EGLAPIENTRY eglGetError(void) {
152
EGLAPI
EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) {
197
EGLAPI
EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay display, EGLint *major, EGLint *minor) {
234
EGLAPI
EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) {
240
EGLAPI
const char * EGLAPIENTRY eglQueryString(EGLDisplay display, EGLint name) {
259
EGLAPI
EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay display, EGLConfig *configs,
275
EGLAPI
EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list,
470
EGLAPI
EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h
16
#define
EGLAPI
Completed in 53 milliseconds