OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:egl_context_t
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libs/EGL/
egl_object.h
154
class
egl_context_t
: public egl_object_t {
class in namespace:android
156
~
egl_context_t
() {}
158
typedef egl_object_t::LocalRef<
egl_context_t
, EGLContext> Ref;
160
egl_context_t
(EGLDisplay dpy, EGLContext context, EGLConfig config,
function in class:android::egl_context_t
208
typedef
egl_context_t
::Ref ContextRef;
225
egl_context_t
* get_context(EGLContext context) {
226
return egl_to_native_cast<
egl_context_t
>(context);
/external/mesa3d/test/
egl.cpp
103
struct
egl_context_t
* base;
147
struct
egl_context_t
{
struct in namespace:android
158
static inline
egl_context_t
* context(EGLContext ctx) {
160
return static_cast<
egl_context_t
*>(gl->rasterizer.base);
[
all
...]
/frameworks/base/opengl/libagl/
egl.cpp
119
struct
egl_context_t
{
struct in namespace:android
130
static inline
egl_context_t
* context(EGLContext ctx) {
132
return static_cast<
egl_context_t
*>(gl->rasterizer.base);
[
all
...]
Completed in 238 milliseconds