/external/angle/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 64 EGL_VG_COLORSPACE, EGL_VG_ALPHA_FORMAT, EGL_FIXED_SIZE_ANGLE, EGL_WIDTH, 76 size in pixels is specified by the EGL_WIDTH and EGL_HEIGHT attributes. 77 If its value is EGL_FALSE, then the values of EGL_WIDTH and EGL_HEIGHT 81 section 3.9.1.1). The default values for EGL_WIDTH and EGL_HEIGHT are zero. 82 If the value specified for either of EGL_WIDTH or EGL_HEIGHT is less than 95 "Querying EGL_WIDTH and EGL_HEIGHT returns respectively the width and 111 EGL_SWAP_BEHAVIOR, EGL_WIDTH, and EGL_HEIGHT." 115 "If attribute is EGL_WIDTH or EGL_HEIGHT then the value specifies the new 130 "If the surface has EGL_FIXED_SIZE_ANGLE set and EGL_WIDTH or EGL_HEIGHT 144 EGL_WIDTH and EGL_HEIGHT surface attributes. This is the best way to give [all …]
|
/external/angle/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 180 EGL_WIDTH, width, in createIOSurfacePbuffer() 791 EGL_WIDTH, 10, in TEST_P() 834 EGL_WIDTH, 10, in TEST_P() 854 EGL_WIDTH, 10, in TEST_P() 875 EGL_WIDTH, 10, in TEST_P() 895 EGL_WIDTH, 10, in TEST_P() 916 EGL_WIDTH, 10, in TEST_P() 936 EGL_WIDTH, 10, in TEST_P() 964 EGL_WIDTH, 10, in TEST_P() 987 EGL_WIDTH, 10, in TEST_P() [all …]
|
D | EGLSurfaceTest.cpp | 170 pbufferAttributes.push_back(EGL_WIDTH); in initializeSurfaceWithAttribs() 538 eglQuerySurface(mDisplay, mWindowSurface, EGL_WIDTH, &width); in TEST_P() 562 eglQuerySurface(mDisplay, mWindowSurface, EGL_WIDTH, &width); in TEST_P() 586 eglQuerySurface(mDisplay, mWindowSurface, EGL_WIDTH, &width); in TEST_P() 821 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 841 EXPECT_EGL_TRUE(eglQuerySurface(mDisplay, mWindowSurface, EGL_WIDTH, &queryWidth)); in TEST_P() 851 EXPECT_EGL_TRUE(eglSurfaceAttrib(mDisplay, mWindowSurface, EGL_WIDTH, kUpdateSize)); in TEST_P() 858 EXPECT_EGL_TRUE(eglQuerySurface(mDisplay, mWindowSurface, EGL_WIDTH, &queryUpdatedWidth)); in TEST_P() 882 EGL_WIDTH, 64, in TEST_P() 982 const EGLint surfaceAttributes[] = {EGL_WIDTH, in TEST_P() [all …]
|
D | EGLProtectedContentTest.cpp | 93 EGL_WIDTH, kWidth, EGL_HEIGHT, kHeight, EGL_PROTECTED_CONTENT_EXT, EGL_TRUE, EGL_NONE}; in createPbufferSurface() 94 EGLint attribsUnProtected[] = {EGL_WIDTH, kWidth, EGL_HEIGHT, kHeight, EGL_NONE}; in createPbufferSurface()
|
D | EGLNoConfigContextTest.cpp | 101 EGLint surfattrs[] = {EGL_WIDTH, kWidth, EGL_HEIGHT, kHeight, EGL_NONE}; in TEST_P()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DmaBufImageSiblingEGL.cpp | 79 ASSERT(mAttribs.contains(EGL_WIDTH)); in DmaBufImageSiblingEGL() 80 mSize.width = mAttribs.getAsInt(EGL_WIDTH); in DmaBufImageSiblingEGL() 133 EGLenum kForwardedAttribs[] = {EGL_WIDTH, in getImageCreationAttributes()
|
D | PbufferSurfaceEGL.cpp | 28 EGL_WIDTH, EGL_HEIGHT, EGL_LARGEST_PBUFFER, EGL_TEXTURE_FORMAT, in initialize()
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 148 EGL_WIDTH, 1920, in Initialize() 2261 EGL_WIDTH, in createIOSurfacePbuffer() 2554 EGL_WIDTH, in TEST_F() 2607 EGL_WIDTH, in TEST_F() 2631 EGL_WIDTH, in TEST_F() 2656 EGL_WIDTH, in TEST_F() 2680 EGL_WIDTH, in TEST_F() 2705 EGL_WIDTH, in TEST_F() 2729 EGL_WIDTH, in TEST_F() 2765 EGL_WIDTH, 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 | 197 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth)); in executeForConfig() 265 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth)); in executeForConfig() 318 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() 501 EGL_WIDTH, 64, 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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | EGLSurfaceTexture.java | 276 EGL14.EGL_WIDTH, in createEGLSurface() 287 EGL14.EGL_WIDTH, in createEGLSurface()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_surface.cc | 50 const EGLint pbuffer_attributes[] = {EGL_WIDTH, in CreatePbufferRGBSurface()
|
/external/mesa3d/src/egl/main/ |
D | eglimage.c | 82 case EGL_WIDTH: in _eglParseMESADrmImageAttribs() 130 case EGL_WIDTH: in _eglParseEXTImageDmaBufImportAttribs()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | EglBase14Impl.java | 121 int[] surfaceAttribs = {EGL14.EGL_WIDTH, width, EGL14.EGL_HEIGHT, height, EGL14.EGL_NONE}; in createPbufferSurface() 142 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_WIDTH, widthArray, 0); in surfaceWidth()
|
D | EglBase10Impl.java | 179 int[] surfaceAttribs = {EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE}; in createPbufferSurface() 200 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_WIDTH, widthArray); in surfaceWidth()
|
/external/mesa3d/docs/_extra/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/angle/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 96 mWidth = static_cast<int>(attribs.get(EGL_WIDTH)); in IOSurfaceSurfaceCGL() 233 EGLAttrib width = attribs.get(EGL_WIDTH); in validateAttributes()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 77 mWidth = static_cast<int>(attribs.get(EGL_WIDTH)); 178 EGLAttrib width = attribs.get(EGL_WIDTH);
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 49 #define EGL_WIDTH 0x3057 macro 231 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() 570 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &newWidth); in postIterate()
|
/external/angle/src/tests/gl_tests/ |
D | PbufferTest.cpp | 71 EGL_WIDTH, static_cast<EGLint>(mPbufferSize), in testSetUp() 115 EGL_WIDTH, in recreatePbufferInSrgbColorspace()
|