HomeSort by relevance Sort by last modified time
    Searched full:attriblist (Results 51 - 75 of 85) sorted by null

1 23 4

  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 135 int[] attribList = {
145 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 253 int[] attribList = {
263 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 74 const int *attribList) const {
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 463 const EGLint attribList[] = {
470 EGLContext context = eglCreateContext(testCtx.getDisplay().getEGLDisplay(), eglConfig, share, attribList);
478 const EGLint attribList[] = {
484 EGLSurface surface = eglCreatePbufferSurface(testCtx.getDisplay().getEGLDisplay(), eglConfig, attribList);
614 const EGLint attribList[] = {
619 EGLImageKHR image = m_eglCreateImageKHR(m_testCtx.getDisplay().getEGLDisplay(), m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sourceTexture, attribList);
863 const EGLint attribList[] = {
872 TCU_CHECK_EGL_CALL(eglChooseConfig(display, attribList, &eglConfig, 1, &configCount));
    [all...]
teglPreservingSwapTests.cpp 347 const EGLint attribList[] =
354 eglDisplay.chooseConfig(attribList, configs);
386 const EGLint attribList[] =
392 m_eglContext = new tcu::egl::Context(m_eglTestCtx.getDisplay(), config, attribList, EGL_OPENGL_ES_API);
teglSwapBuffersTests.cpp 67 const EGLint attribList[] =
76 context = eglCreateContext(display, config, EGL_NO_CONTEXT, attribList);
teglMultiThreadTests.cpp 574 static const EGLint attribList[] = {
582 result = eglChooseConfig(m_display, attribList, NULL, 0, &configCount);
597 result = eglChooseConfig(m_display, attribList, &(configs[configs.size() - configCount]), configCount, &configCount);
898 EGLint attribList[] =
905 TCU_CHECK_EGL_CALL(eglChooseConfig(m_display, attribList, &m_config, 1, &configCount));
    [all...]
teglGLES2SharingTests.cpp 192 EGLint attriblist[] = local
203 context = eglCreateContext(display, config, share, attriblist);
225 EGLint attribList[] =
234 display.chooseConfig(attribList, configs);
    [all...]
teglNativeColorMappingTests.cpp 68 const EGLint attribList[] =
76 context = eglCreateContext(display, config, EGL_NO_CONTEXT, attribList);
teglNativeCoordMappingTests.cpp 69 const EGLint attribList[] =
77 context = eglCreateContext(display, config, EGL_NO_CONTEXT, attribList);
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 255 const EGLint attribList[] = {EGL_NONE};
257 if (!display->getConfigs(configs, attribList, config_size, num_config))
283 const EGLint attribList[] = {EGL_NONE};
287 attrib_list = attribList;
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h     [all...]
wglext.h 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /external/deqp/framework/egl/
egluNativeWindow.hpp 134 virtual NativeWindow* createWindow (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const WindowParams& params) const;
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 64 eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 278 /* attribList: Array of input config attribute / value pairs */
281 /* attribList: The values paired up with each attribute are filled in */
285 int32_t* attribList);
291 /* attribList: NULL or an array of context specific attribute / value */
297 const int32_t* attribList,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 1157 * \param attribList Attributes used select from \c configs. This array is
1162 * \param fbconfig_style_tags Selects whether \c attribList is i
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 1157 * \param attribList Attributes used select from \c configs. This array is
1162 * \param fbconfig_style_tags Selects whether \c attribList is i
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 207 int[] attribList = {
217 if (!EGL14.eglChooseConfig(eglDisplay, attribList, 0, configs, 0,
  /external/chromium_org/ui/gl/
generate_bindings.py     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 422 int[] attribList = {
433 EGL14.eglChooseConfig(mEGLDisplay, attribList, /*offset*/ 0, configs, /*offset*/ 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
glxext.h     [all...]

Completed in 861 milliseconds

1 23 4