Home
last modified time | relevance | path

Searched refs:EGL_WIDTH (Results 1 – 25 of 57) sorted by relevance

123

/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp147 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/
DteglNegativeApiTests.cpp193 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 …]
DteglThreadCleanUpTests.cpp83 EGL_WIDTH, 32, in testContext()
217 EGL_WIDTH, 32, in init()
DteglCreateSurfaceTests.cpp196 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()
DteglNegativePartialUpdateTests.cpp164 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()
DteglQuerySurfaceTests.cpp75 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()
DteglSwapBuffersWithDamageTests.cpp401 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()
DteglPartialUpdateTests.cpp492 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/
Dfunctional.resize.txt25 + 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/
DEglBase14.java119 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()
DEglBase10.java175 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/
DMESA_drm_image.spec87 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/
Deglimage.c76 case EGL_WIDTH: in _eglParseMESADrmImageAttribs()
124 case EGL_WIDTH: in _eglParseEXTImageDmaBufImportAttribs()
Deglsurface.c140 case EGL_WIDTH: in _eglParseSurfaceAttribList()
327 case EGL_WIDTH: in _eglQuerySurface()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp50 #define EGL_WIDTH 0x3057 macro
233 EGL_WIDTH, 1, in CommandBufferGLTestContext()
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp50 #define EGL_WIDTH 0x3057 macro
233 EGL_WIDTH, 1, in CommandBufferGLTestContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp287 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()
DegluStrUtil.inl117 case EGL_WIDTH: return "EGL_WIDTH";
DegluStrUtil.cpp110 case EGL_WIDTH: in operator <<()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc32 eglQuerySurface(display_, surface_, EGL_WIDTH, &g_width); in Init()
Dwaffle_stuff.cc91 EGL_WIDTH, &w); in GetSurfaceSize()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c751 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/
DEGL_MESA_screen_surface.txt336 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/
Dmain.c109 eglQuerySurface(display, surface, EGL_WIDTH, &w); in engine_init_display()
/external/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt81 - EGL_WIDTH with a value between 1 and the width of <buffer>.

123