Home
last modified time | relevance | path

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

123

/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp148 EGL_HEIGHT, 1080, in Initialize()
1554 EGL_HEIGHT, height, in createIOSurfacePbuffer()
1812 EGL_HEIGHT, 10, in TEST_F()
1832 EGL_HEIGHT, 10, in TEST_F()
1867 EGL_HEIGHT, 10, in TEST_F()
1885 EGL_HEIGHT, 10, in TEST_F()
1902 EGL_HEIGHT, 10, in TEST_F()
1920 EGL_HEIGHT, 10, in TEST_F()
1937 EGL_HEIGHT, 10, in TEST_F()
1966 EGL_HEIGHT, 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 …idNoEsPbufferAttrib0[] = { EGL_MIPMAP_TEXTURE, EGL_TRUE, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
538 …ufferAttrib1[] = { EGL_TEXTURE_FORMAT, EGL_TEXTURE_RGBA, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
539 …PbufferAttrib2[] = { EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
547 …MAT, EGL_NO_TEXTURE, EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
548 …T, EGL_TEXTURE_RGBA, EGL_TEXTURE_TARGET, EGL_NO_TEXTURE, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
555 …fferAttrib[] = { EGL_ALPHA_FORMAT, EGL_ALPHA_FORMAT_PRE, EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
[all …]
DteglThreadCleanUpTests.cpp84 EGL_HEIGHT, 32, in testContext()
218 EGL_HEIGHT, 32, in init()
DteglCreateSurfaceTests.cpp197 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight)); in executeForConfig()
265 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig()
318 EGL_HEIGHT, height, in executeForConfig()
DteglNegativePartialUpdateTests.cpp164 const EGLint pbufferAttribList[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in init()
279 EGL_HEIGHT, 64, in iterate()
503 EGL_HEIGHT, 64, in iterate()
DteglQuerySurfaceTests.cpp76 EGL_HEIGHT, in logCommonSurfaceAttributes()
139 const EGLint height = eglu::querySurfaceInt(egl, display, surface, EGL_HEIGHT); in checkCommonAttributes()
392 EGL_HEIGHT, height, in executeForConfig()
661 EGL_HEIGHT, height, in executeForConfig()
DteglSwapBuffersWithDamageTests.cpp402 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); in iterate()
482 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); in iterate()
570 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); in iterate()
DteglPartialUpdateTests.cpp493 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); in iterate()
684 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); in iterate()
746 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT); 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()
146 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_HEIGHT, heightArray, 0); in surfaceHeight()
DEglBase10.java175 int[] surfaceAttribs = {EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE}; in createPbufferSurface()
202 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_HEIGHT, heightArray); in surfaceHeight()
/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.c79 case EGL_HEIGHT: in _eglParseMESADrmImageAttribs()
127 case EGL_HEIGHT: in _eglParseEXTImageDmaBufImportAttribs()
Deglsurface.c151 case EGL_HEIGHT: in _eglParseSurfaceAttribList()
330 case EGL_HEIGHT: in _eglQuerySurface()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp51 #define EGL_HEIGHT 0x3056 macro
234 EGL_HEIGHT, 1, in CommandBufferGLTestContext()
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp51 #define EGL_HEIGHT 0x3056 macro
234 EGL_HEIGHT, 1, in CommandBufferGLTestContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp288 EGL_HEIGHT, height, in createPBuffer()
454 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &height); in create()
569 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight); in postIterate()
DegluStrUtil.inl118 case EGL_HEIGHT: return "EGL_HEIGHT";
DegluStrUtil.cpp111 case EGL_HEIGHT: in operator <<()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc33 eglQuerySurface(display_, surface_, EGL_HEIGHT, &g_height); in Init()
Dwaffle_stuff.cc93 EGL_HEIGHT, &h); in GetSurfaceSize()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c752 EGL_HEIGHT, buf->height, in droid_create_image_from_prime_fd_yuv()
768 EGL_HEIGHT, buf->height, in droid_create_image_from_prime_fd_yuv()
821 EGL_HEIGHT, buf->height, in droid_create_image_from_prime_fd()
891 case EGL_HEIGHT: in droid_query_surface()
/external/mesa3d/docs/specs/OLD/
DEGL_MESA_screen_surface.txt337 EGL_HEIGHT Mode height (resolution)
356 EGL_HEIGHT EGL_DONT_CARE AtLeast Larger 5
381 EGL_HEIGHT Mode height (resolution)
416 EGL_HEIGHT desired surface height in pixels
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c110 eglQuerySurface(display, surface, EGL_HEIGHT, &h); in engine_init_display()
/external/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt82 - EGL_HEIGHT with a value between 1 and the height of <buffer>.

123