Home
last modified time | relevance | path

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

12

/external/mesa3d/src/egl/main/
Deglmode.c109 case EGL_WIDTH: in _eglParseModeAttribs()
187 case EGL_WIDTH: in getModeAttrib()
215 { EGL_WIDTH, LARGER },
Deglsurface.c77 case EGL_WIDTH: in _eglParseScreenSurfaceAttribList()
186 case EGL_WIDTH: in _eglParseSurfaceAttribList()
356 case EGL_WIDTH: in _eglQuerySurface()
Deglimage.c75 case EGL_WIDTH: in _eglParseImageAttribList()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp479 static const EGLint s_validGenericPbufferAttrib[] = { EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init()
483 static const EGLint s_negativeWidthPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, 64, EGL_NONE }; in init()
484 static const EGLint s_negativeHeightPbufferAttrib[] = { EGL_WIDTH, 64, EGL_HEIGHT, -1, EGL_NONE }; in init()
485 …static const EGLint s_negativeWidthAndHeightPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, -1, EGL… in init()
492 …static const EGLint s_invalidNoEsPbufferAttrib0[] = { EGL_MIPMAP_TEXTURE, EGL_TRUE, EGL_WIDTH, 64,… in init()
493 …s_invalidNoEsPbufferAttrib1[] = { EGL_TEXTURE_FORMAT, EGL_TEXTURE_RGBA, EGL_WIDTH, 64, EGL_HEIGHT,… in init()
494 …t s_invalidNoEsPbufferAttrib2[] = { EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT,… in init()
502 …EGL_TEXTURE_FORMAT, EGL_NO_TEXTURE, EGL_TEXTURE_TARGET, EGL_TEXTURE_2D, EGL_WIDTH, 64, EGL_HEIGHT,… in init()
503 …L_TEXTURE_FORMAT, EGL_TEXTURE_RGBA, EGL_TEXTURE_TARGET, EGL_NO_TEXTURE, EGL_WIDTH, 64, EGL_HEIGHT,… in init()
510 …PreMultAlphaPbufferAttrib[] = { EGL_ALPHA_FORMAT, EGL_ALPHA_FORMAT_PRE, EGL_WIDTH, 64, EGL_HEIGHT,… in init()
[all …]
DteglCreateSurfaceTests.cpp148 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth)); in executeForConfig()
205 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth)); in executeForConfig()
258 EGL_WIDTH, width, in executeForConfig()
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()
DteglRenderCase.cpp184 EGL_WIDTH, width, in executeForConfig()
DteglMemoryStressTests.cpp204 EGL_WIDTH, width, in allocatePBuffer()
DteglRenderTests.cpp697 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH); in executeForContexts()
898 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH); in executeForContexts()
DteglMakeCurrentPerfTests.cpp260 EGL_WIDTH, width, in createPBuffer()
DteglImageUtil.cpp106 static const EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in createSurface()
/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/mesa3d/docs/
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/gallium/state_trackers/egl/common/
Dnative_wayland_drm_bufmgr_helper.c95 case EGL_WIDTH: in egl_g3d_wl_drm_common_query_buffer()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp277 EGL_WIDTH, width, in createPBuffer()
412 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &width); in create()
528 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &newWidth); in postIterate()
DegluStrUtil.inl116 case EGL_WIDTH: return "EGL_WIDTH";
DegluStrUtil.cpp110 case EGL_WIDTH: in operator <<()
DegluUtil.cpp211 const EGLint width = querySurfaceInt(egl, display, surface, EGL_WIDTH); in getSurfaceSize()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp90 EGL_WIDTH, 1, in SkANGLEGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp119 EGL_WIDTH, 1, in EGLGLContext()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c109 eglQuerySurface(display, surface, EGL_WIDTH, &w); in engine_init_display()
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface336 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/mesa3d/include/EGL/
Degl.h168 #define EGL_WIDTH 0x3057 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl104 #define EGL_WIDTH 0x3057 macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...

12