/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 115 EGL_HEIGHT, height, in createIOSurfacePbuffer() 429 EGL_HEIGHT, 10, in TEST_P() 451 EGL_HEIGHT, 10, in TEST_P() 492 EGL_HEIGHT, 10, in TEST_P() 513 EGL_HEIGHT, 10, in TEST_P() 533 EGL_HEIGHT, 10, in TEST_P() 554 EGL_HEIGHT, 10, in TEST_P() 574 EGL_HEIGHT, 10, in TEST_P() 600 EGL_HEIGHT, 10, in TEST_P() 623 EGL_HEIGHT, 10, in TEST_P() [all …]
|
D | EGLSurfaceTest.cpp | 317 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 331 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 341 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 550 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 575 EXPECT_EGL_TRUE(eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &queryHeight)); in TEST_P() 648 const EGLint surfaceAttributes[] = {EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE}; in TEST_P()
|
D | EGLQueryContextTest.cpp | 45 EGLint surfattrs[] = {EGL_WIDTH, 16, EGL_HEIGHT, 16, EGL_NONE}; in testSetUp() 141 EXPECT_TRUE(eglQueryContext(mDisplay, mContext, EGL_HEIGHT, &val) == EGL_FALSE); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 65 and EGL_HEIGHT." 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 …]
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 65 and EGL_HEIGHT." 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 …]
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 181 EGL_HEIGHT, height, in createIOSurfacePbuffer() 753 EGL_HEIGHT, 10, in TEST_P() 775 EGL_HEIGHT, 10, in TEST_P() 816 EGL_HEIGHT, 10, in TEST_P() 837 EGL_HEIGHT, 10, in TEST_P() 857 EGL_HEIGHT, 10, in TEST_P() 878 EGL_HEIGHT, 10, in TEST_P() 898 EGL_HEIGHT, 10, in TEST_P() 926 EGL_HEIGHT, 10, in TEST_P() 949 EGL_HEIGHT, 10, in TEST_P() [all …]
|
D | EGLSurfaceTest.cpp | 195 pbufferAttributes.push_back(EGL_HEIGHT); in initializeSurfaceWithAttribs() 504 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 518 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 528 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 561 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 585 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 609 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &height); in TEST_P() 845 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 870 EXPECT_EGL_TRUE(eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &queryHeight)); in TEST_P() 907 EGL_HEIGHT, 64, in TEST_P() [all …]
|
D | EGLQueryContextTest.cpp | 47 EGLint surfattrs[] = {EGL_WIDTH, 16, EGL_HEIGHT, 16, EGL_NONE}; in testSetUp() 149 EXPECT_TRUE(eglQueryContext(mDisplay, mContext, EGL_HEIGHT, &val) == EGL_FALSE); in TEST_P()
|
D | EGLMultiContextTest.cpp | 98 EGLint attribs[] = {EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE}; in createPbufferSurface() 147 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P()
|
/third_party/EGL/extensions/ANGLE/ |
D | EGL_ANGLE_window_fixed_size.txt | 63 and EGL_HEIGHT." 74 size in pixels is specified by the EGL_WIDTH and EGL_HEIGHT attributes, 76 is EGL_FALSE, then the values of EGL_WIDTH and EGL_HEIGHT are ignored and 80 The default values for EGL_WIDTH and EGL_HEIGHT are zero. If the value 81 specified for either of EGL_WIDTH or EGL_HEIGHT is less than zero then an 94 "Querying EGL_WIDTH and EGL_HEIGHT returns respectively the width and 130 Version 3, 2014/02/12 - ignore EGL_WIDTH and EGL_HEIGHT if
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANGLE/ |
D | EGL_ANGLE_window_fixed_size.txt | 63 and EGL_HEIGHT." 74 size in pixels is specified by the EGL_WIDTH and EGL_HEIGHT attributes, 76 is EGL_FALSE, then the values of EGL_WIDTH and EGL_HEIGHT are ignored and 80 The default values for EGL_WIDTH and EGL_HEIGHT are zero. If the value 81 specified for either of EGL_WIDTH or EGL_HEIGHT is less than zero then an 94 "Querying EGL_WIDTH and EGL_HEIGHT returns respectively the width and 130 Version 3, 2014/02/12 - ignore EGL_WIDTH and EGL_HEIGHT if
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DmaBufImageSiblingEGL.cpp | 21 ASSERT(mAttribs.contains(EGL_HEIGHT)); in DmaBufImageSiblingEGL() 22 mSize.height = mAttribs.getAsInt(EGL_HEIGHT); in DmaBufImageSiblingEGL() 80 EGL_HEIGHT, in getImageCreationAttributes()
|
D | PbufferSurfaceEGL.cpp | 28 EGL_WIDTH, EGL_HEIGHT, EGL_LARGEST_PBUFFER, EGL_TEXTURE_FORMAT, in initialize()
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 149 EGL_HEIGHT, 1080, in Initialize() 2263 EGL_HEIGHT, in createIOSurfacePbuffer() 2556 EGL_HEIGHT, in TEST_F() 2583 EGL_HEIGHT, in TEST_F() 2633 EGL_HEIGHT, in TEST_F() 2658 EGL_HEIGHT, in TEST_F() 2682 EGL_HEIGHT, in TEST_F() 2707 EGL_HEIGHT, in TEST_F() 2731 EGL_HEIGHT, in TEST_F() 2767 EGL_HEIGHT, in TEST_F() [all …]
|
/third_party/vk-gl-cts/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 …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 …]
|
D | teglThreadCleanUpTests.cpp | 84 EGL_HEIGHT, 32, in testContext() 218 EGL_HEIGHT, 32, in init()
|
D | teglCreateSurfaceTests.cpp | 198 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight)); in executeForConfig() 266 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig() 319 EGL_HEIGHT, height, in executeForConfig()
|
/third_party/vk-gl-cts/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
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 143 const EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in CreatePBufferSurface() 254 !eglQuerySurface(environment_->Display(), surface_, EGL_HEIGHT, in GetSize()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.cpp | 102 EGLint height = attribs.getAsInt(EGL_HEIGHT, 0); in createWindowSurface() 113 EGLint height = attribs.getAsInt(EGL_HEIGHT, 0); in createPbufferSurface()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | PbufferSurfaceEGL.cpp | 28 EGL_WIDTH, EGL_HEIGHT, EGL_LARGEST_PBUFFER, EGL_TEXTURE_FORMAT, in initialize()
|
/third_party/mesa3d/src/egl/main/ |
D | eglimage.c | 85 case EGL_HEIGHT: in _eglParseMESADrmImageAttribs() 133 case EGL_HEIGHT: in _eglParseEXTImageDmaBufImportAttribs()
|
/third_party/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,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 97 mHeight = static_cast<int>(attribs.get(EGL_HEIGHT)); in IOSurfaceSurfaceCGL() 234 EGLAttrib height = attribs.get(EGL_HEIGHT); in validateAttributes()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 81 EGL_WIDTH, kPBufferSize, EGL_HEIGHT, kPBufferSize, EGL_NONE, EGL_NONE, in runMultithreadedGLTest() 265 EGL_WIDTH, 256, EGL_HEIGHT, 256, EGL_NONE, EGL_NONE, in TEST_P() 523 EGL_WIDTH, kSize, EGL_HEIGHT, kSize, EGL_NONE, EGL_NONE, in textureThreadFunction() 804 EGL_WIDTH, kPBufferSize, EGL_HEIGHT, kPBufferSize, EGL_NONE, EGL_NONE, in TEST_P()
|