Searched refs:EGL_FIXED_SIZE_ANGLE (Results 1 – 11 of 11) sorted by relevance
/external/angle/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 54 EGL_FIXED_SIZE_ANGLE 0x3201 64 EGL_VG_COLORSPACE, EGL_VG_ALPHA_FORMAT, EGL_FIXED_SIZE_ANGLE, EGL_WIDTH, 69 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the 75 If the value of EGL_FIXED_SIZE_ANGLE is EGL_TRUE, the window surface's 90 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native 97 with EGL_FIXED_SIZE_ANGLE set to EGL_FALSE, these values are initially 118 eglWaitNative. If the surface does not have EGL_FIXED_SIZE_ANGLE set then 123 "Querying EGL_FIXED_SIZE_ANGLE returns EGL_FALSE if the surface will be 130 "If the surface has EGL_FIXED_SIZE_ANGLE set and EGL_WIDTH or EGL_HEIGHT 131 have changed or the surface does not have EGL_FIXED_SIZE_ANGLE set and its [all …]
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 37 mFixedSize(window == nullptr || attribs.get(EGL_FIXED_SIZE_ANGLE, EGL_FALSE) == EGL_TRUE), in SurfaceD3D()
|
/external/angle/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 821 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 836 eglQuerySurface(mDisplay, mWindowSurface, EGL_FIXED_SIZE_ANGLE, &queryIsFixedSize)); in TEST_P()
|
/external/angle/src/libANGLE/ |
D | Surface.cpp | 124 mFixedSize = (attributes.get(EGL_FIXED_SIZE_ANGLE, EGL_FALSE) == EGL_TRUE); in Surface()
|
D | validationEGL.cpp | 2170 case EGL_FIXED_SIZE_ANGLE: in ValidateCreateWindowSurface() 5082 case EGL_FIXED_SIZE_ANGLE: in ValidateQuerySurface()
|
D | queryutils.cpp | 4244 case EGL_FIXED_SIZE_ANGLE: in QuerySurfaceAttrib()
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 594 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 598 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
|
/external/angle/include/EGL/ |
D | eglext.h | 579 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 632 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 547 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
|