/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 147 EGL_WIDTH, 1920, in Initialize() 1553 EGL_WIDTH, width, in createIOSurfacePbuffer() 1811 EGL_WIDTH, 10, in TEST_F() 1849 EGL_WIDTH, 10, in TEST_F() 1866 EGL_WIDTH, 10, in TEST_F() 1884 EGL_WIDTH, 10, in TEST_F() 1901 EGL_WIDTH, 10, in TEST_F() 1919 EGL_WIDTH, 10, in TEST_F() 1936 EGL_WIDTH, 10, in TEST_F() 1965 EGL_WIDTH, 10, in TEST_F() [all …]
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 193 static const EGLint s_validGenericPbufferAttrib[] = { EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init() 528 static const EGLint s_negativeWidthPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, 64, EGL_NONE }; in init() 529 static const EGLint s_negativeHeightPbufferAttrib[] = { EGL_WIDTH, 64, EGL_HEIGHT, -1, EGL_NONE }; in init() 530 …static const EGLint s_negativeWidthAndHeightPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, -1, EGL… in init() 537 …static const EGLint s_invalidNoEsPbufferAttrib0[] = { EGL_MIPMAP_TEXTURE, EGL_TRUE, EGL_WIDTH, 64,… in init() 538 …s_invalidNoEsPbufferAttrib1[] = { EGL_TEXTURE_FORMAT, EGL_TEXTURE_RGBA, EGL_WIDTH, 64, EGL_HEIGHT,… in init() 539 …t s_invalidNoEsPbufferAttrib2[] = { EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT,… in init() 547 …EGL_TEXTURE_FORMAT, EGL_NO_TEXTURE, EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT,… in init() 548 …L_TEXTURE_FORMAT, EGL_TEXTURE_RGBA, EGL_TEXTURE_TARGET, EGL_NO_TEXTURE, EGL_WIDTH, 64, EGL_HEIGHT,… in init() 555 …PreMultAlphaPbufferAttrib[] = { EGL_ALPHA_FORMAT, EGL_ALPHA_FORMAT_PRE, EGL_WIDTH, 64, EGL_HEIGHT,… in init() [all …]
|
D | teglThreadCleanUpTests.cpp | 83 EGL_WIDTH, 32, in testContext() 217 EGL_WIDTH, 32, in init()
|
D | teglCreateSurfaceTests.cpp | 196 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth)); in executeForConfig() 264 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth)); in executeForConfig() 317 EGL_WIDTH, width, in executeForConfig()
|
D | teglNegativePartialUpdateTests.cpp | 164 const EGLint pbufferAttribList[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in init() 278 EGL_WIDTH, 64, in iterate() 502 EGL_WIDTH, 64, in iterate()
|
D | teglQuerySurfaceTests.cpp | 75 EGL_WIDTH, in logCommonSurfaceAttributes() 138 const EGLint width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH); in checkCommonAttributes() 391 EGL_WIDTH, width, in executeForConfig() 660 EGL_WIDTH, width, in executeForConfig()
|
D | teglSwapBuffersWithDamageTests.cpp | 401 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate() 481 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate() 569 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate()
|
D | teglPartialUpdateTests.cpp | 492 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate() 683 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate() 745 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate()
|
/external/deqp/doc/testspecs/EGL/ |
D | functional.resize.txt | 25 + EGL_WIDTH and EGL_HEIGHT 37 eglSwapBuffers(). Then EGL_WIDTH and EGL_HEIGHT are checked to verify
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 119 int[] surfaceAttribs = {EGL14.EGL_WIDTH, width, EGL14.EGL_HEIGHT, height, EGL14.EGL_NONE}; in createPbufferSurface() 139 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_WIDTH, widthArray, 0); in surfaceWidth()
|
D | EglBase10.java | 175 int[] surfaceAttribs = {EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE}; in createPbufferSurface() 195 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_WIDTH, widthArray); in surfaceWidth()
|
/external/mesa3d/docs/specs/ |
D | MESA_drm_image.spec | 87 In the attribute list, pass EGL_WIDTH, EGL_HEIGHT and format and 120 EGL_DRM_BUFFER_MESA as the target, using EGL_WIDTH, EGL_HEIGHT,
|
/external/mesa3d/src/egl/main/ |
D | eglimage.c | 76 case EGL_WIDTH: in _eglParseMESADrmImageAttribs() 124 case EGL_WIDTH: in _eglParseEXTImageDmaBufImportAttribs()
|
D | eglsurface.c | 140 case EGL_WIDTH: in _eglParseSurfaceAttribList() 327 case EGL_WIDTH: in _eglQuerySurface()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 50 #define EGL_WIDTH 0x3057 macro 233 EGL_WIDTH, 1, in CommandBufferGLTestContext()
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 50 #define EGL_WIDTH 0x3057 macro 233 EGL_WIDTH, 1, in CommandBufferGLTestContext()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 287 EGL_WIDTH, width, in createPBuffer() 453 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &width); in create() 568 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &newWidth); in postIterate()
|
D | egluStrUtil.inl | 117 case EGL_WIDTH: return "EGL_WIDTH";
|
D | egluStrUtil.cpp | 110 case EGL_WIDTH: in operator <<()
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 32 eglQuerySurface(display_, surface_, EGL_WIDTH, &g_width); in Init()
|
D | waffle_stuff.cc | 91 EGL_WIDTH, &w); in GetSurfaceSize()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 751 EGL_WIDTH, buf->width, in droid_create_image_from_prime_fd_yuv() 767 EGL_WIDTH, buf->width, in droid_create_image_from_prime_fd_yuv() 820 EGL_WIDTH, buf->width, in droid_create_image_from_prime_fd() 884 case EGL_WIDTH: in droid_query_surface()
|
/external/mesa3d/docs/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 336 EGL_WIDTH Mode width (resolution) 355 EGL_WIDTH EGL_DONT_CARE AtLeast Larger 4 380 EGL_WIDTH Mode width (resolution) 415 EGL_WIDTH desired surface width in pixels
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 109 eglQuerySurface(display, surface, EGL_WIDTH, &w); in engine_init_display()
|
/external/swiftshader/extensions/ |
D | EGL_ANGLE_iosurface_client_buffer.txt | 81 - EGL_WIDTH with a value between 1 and the width of <buffer>.
|