HomeSort by relevance Sort by last modified time
    Searched defs:EGLContext (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/opengl/java/android/opengl/
EGLContext.java 21 * Wrapper class for native EGLContext objects.
24 public class EGLContext extends EGLObjectHandle {
25 private EGLContext(long handle) {
32 if (!(o instanceof EGLContext)) return false;
34 EGLContext that = (EGLContext) o;
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLContext.java 21 * Wrapper class for native EGLContext objects.
24 public class EGLContext extends EGLObjectHandle {
25 private EGLContext(long handle) {
32 if (!(o instanceof EGLContext)) return false;
34 EGLContext that = (EGLContext) o;
  /external/autotest/client/deps/glbench/src/
glinterface.h 29 typedef void *EGLContext; // Forward declaration from EGL.h.
30 typedef EGLContext GLContext;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGLContext.java 21 public abstract class EGLContext
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 9 typedef void *EGLContext;
18 #define EGL_NO_CONTEXT ((EGLContext)0)
  /external/mesa3d/include/GL/
mesa_glinterop.h 66 typedef void *EGLContext;
255 * and EGLContext.
258 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context,
281 * EGLDisplay and EGLContext.
284 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context,
291 typedef int (PFNMESAGLINTEROPEGLQUERYDEVICEINFOPROC)(EGLDisplay dpy, EGLContext context,
296 typedef int (PFNMESAGLINTEROPEGLEXPORTOBJECTPROC)(EGLDisplay dpy, EGLContext context,
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 25 typedef void *EGLContext;
36 #define EGL_NO_CONTEXT ((EGLContext)0)
63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list);
64 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx);
65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
167 static EGLContext CurrentContext() {
175 EGLContext ctx) {
193 EGLContext fContext = EGL_NO_CONTEXT;
275 EGLContext eglShareContext = shareContex
    [all...]
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 25 typedef void *EGLContext;
36 #define EGL_NO_CONTEXT ((EGLContext)0)
63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list);
64 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx);
65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
167 static EGLContext CurrentContext() {
175 EGLContext ctx) {
193 EGLContext fContext = EGL_NO_CONTEXT;
275 EGLContext eglShareContext = shareContex
    [all...]
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 47 typedef void *EGLContext;
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 47 typedef void *EGLContext;
69 #define EGL_NO_CONTEXT ((EGLContext)0)
298 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
299 EGLContext share_context,
301 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
303 EGLSurface read, EGLContext ctx);
305 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /frameworks/native/opengl/include/EGL/
egl.h 60 typedef void *EGLContext;
98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);
  /external/mesa3d/include/EGL/
egl.h 60 typedef void *EGLContext;
98 #define EGL_NO_CONTEXT ((EGLContext)0)
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
  /external/swiftshader/include/EGL/
egl.h 60 typedef void *EGLContext;
98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
android.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 168 milliseconds

1 2 3