OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_context_t
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/opengl/libagl2/src/
gles2context.h
59
struct
egl_context_t
{
struct
74
static inline
egl_context_t
* context(EGLContext ctx);
110
egl_context_t
egl;
157
inline
egl_context_t
*
egl_context_t
::context(EGLContext ctx)
160
return static_cast<
egl_context_t
*>(&gl->egl);
egl.cpp
[
all
...]
/frameworks/base/opengl/libs/EGL/
egl_object.h
153
class
egl_context_t
: public egl_object_t {
class in namespace:android
155
~
egl_context_t
() {}
157
typedef egl_object_t::LocalRef<
egl_context_t
, EGLContext> Ref;
159
egl_context_t
(EGLDisplay dpy, EGLContext context, EGLConfig config,
function in class:android::egl_context_t
207
typedef
egl_context_t
::Ref ContextRef;
224
egl_context_t
* get_context(EGLContext context) {
225
return egl_to_native_cast<
egl_context_t
>(context);
eglApi.cpp
505
egl_context_t
* const c = get_context(share_list);
528
egl_context_t
* c = new
egl_context_t
(dpy, context, config,
548
egl_context_t
* const c = get_context(ctx);
557
static void loseCurrent(
egl_context_t
* cur_c)
611
egl_context_t
* c = NULL;
616
egl_context_t
* cur_c = get_context(getContext());
702
egl_context_t
* const c = get_context(ctx);
736
egl_context_t
const * const c = get_context(ctx);
756
egl_context_t
const * const c = get_context(ctx)
[
all
...]
egl.cpp
223
egl_context_t
const * const c = get_context(context);
/frameworks/base/opengl/libagl/
egl.cpp
114
struct
egl_context_t
{
struct in namespace:android
125
static inline
egl_context_t
* context(EGLContext ctx) {
127
return static_cast<
egl_context_t
*>(gl->rasterizer.base);
[
all
...]
/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
...]
Completed in 97 milliseconds