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/native/opengl/libs/EGL/
egl_object.cpp
104
egl_context_t
::
egl_context_t
(EGLDisplay dpy, EGLContext context, EGLConfig config,
function in class:android::egl_context_t
110
void
egl_context_t
::onLooseCurrent() {
115
void
egl_context_t
::onMakeCurrent(EGLSurface draw, EGLSurface read) {
egl_object.h
148
class
egl_context_t
: public egl_object_t {
class in namespace:android
150
~
egl_context_t
() {}
152
typedef egl_object_t::LocalRef<
egl_context_t
, EGLContext> Ref;
154
egl_context_t
(EGLDisplay dpy, EGLContext context, EGLConfig config,
174
typedef
egl_context_t
::Ref ContextRef;
189
egl_context_t
* get_context(EGLContext context) {
190
return egl_to_native_cast<
egl_context_t
>(context);
/frameworks/native/opengl/libagl/
egl.cpp
121
struct
egl_context_t
{
struct in namespace:android
132
static inline
egl_context_t
* context(EGLContext ctx) {
134
return static_cast<
egl_context_t
*>(gl->rasterizer.base);
[
all
...]
Completed in 425 milliseconds