HomeSort by relevance Sort by last modified time
    Searched defs:EGLint (Results 1 - 9 of 9) sorted by null

  /device/generic/goldfish-opengl/system/include/EGL/
eglplatform.h 115 /* Define EGLint. This must be a signed integral type large enough to contain
119 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
122 typedef khronos_int32_t EGLint;
  /external/mesa3d/include/EGL/
eglplatform.h 144 /* Define EGLint. This must be a signed integral type large enough to contain
148 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
151 typedef khronos_int32_t EGLint;
  /external/swiftshader/include/EGL/
eglplatform.h 121 /* Define EGLint. This must be a signed integral type large enough to contain
125 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
128 typedef khronos_int32_t EGLint;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglplatform.h 120 /* Define EGLint. This must be a signed integral type large enough to contain
124 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
127 typedef khronos_int32_t EGLint;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 115 /* Define EGLint. This must be a signed integral type large enough to contain
119 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
122 typedef khronos_int32_t EGLint;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 5 typedef long EGLint;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 36 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
65 EGLint renderableType = 0;
71 EGLint contextClientVersion = 0;
80 std::vector<EGLint> contextAttributes;
103 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE};
254 EGLint result = eglClientWaitSyncKHR(mEGLDisplay, sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR,
256 EGLint error = eglGetError();
276 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE};
287 // EGLint or void. Ignore the return value for now, as it's not strictly
290 EGLint error = eglGetError()
    [all...]
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 26 typedef int32_t EGLint;
56 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
58 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
61 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list)
    [all...]
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 26 typedef int32_t EGLint;
56 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
58 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
61 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list)
    [all...]

Completed in 1498 milliseconds