OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__eglMustCastToProperFunctionPointerType
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/opengl/libs/EGL/
Loader.cpp
183
__eglMustCastToProperFunctionPointerType
* curr,
189
__eglMustCastToProperFunctionPointerType
f =
190
(
__eglMustCastToProperFunctionPointerType
)dlsym(dso, name);
201
f = (
__eglMustCastToProperFunctionPointerType
)dlsym(dso, scrap);
212
f = (
__eglMustCastToProperFunctionPointerType
)dlsym(dso, scrap);
218
f = (
__eglMustCastToProperFunctionPointerType
)gl_unimplemented;
249
__eglMustCastToProperFunctionPointerType
* curr =
250
(
__eglMustCastToProperFunctionPointerType
*)egl;
254
__eglMustCastToProperFunctionPointerType
f =
255
(
__eglMustCastToProperFunctionPointerType
)dlsym(dso, name)
[
all
...]
Loader.h
41
typedef
__eglMustCastToProperFunctionPointerType
(*getProcAddressType)(
82
__eglMustCastToProperFunctionPointerType
* curr,
egl.cpp
392
__eglMustCastToProperFunctionPointerType
address;
397
(
__eglMustCastToProperFunctionPointerType
)&eglLockSurfaceKHR },
399
(
__eglMustCastToProperFunctionPointerType
)&eglUnlockSurfaceKHR },
401
(
__eglMustCastToProperFunctionPointerType
)&eglCreateImageKHR },
403
(
__eglMustCastToProperFunctionPointerType
)&eglDestroyImageKHR },
405
(
__eglMustCastToProperFunctionPointerType
)&eglSetSwapRectangleANDROID },
407
(
__eglMustCastToProperFunctionPointerType
)&eglGetRenderBufferANDROID },
[
all
...]
/frameworks/base/opengl/libagl/
egl.cpp
893
__eglMustCastToProperFunctionPointerType
address;
898
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexsOES },
900
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexiOES },
902
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexfOES },
904
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexxOES },
906
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexsvOES },
908
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexivOES },
910
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexfvOES },
912
(
__eglMustCastToProperFunctionPointerType
)&glDrawTexxvOES },
914
(
__eglMustCastToProperFunctionPointerType
)&glQueryMatrixxOES }
[
all
...]
/frameworks/base/opengl/include/EGL/
egl.h
320
typedef void (*
__eglMustCastToProperFunctionPointerType
)(void);
323
EGLAPI
__eglMustCastToProperFunctionPointerType
EGLAPIENTRY
Completed in 3420 milliseconds