Home
last modified time | relevance | path

Searched refs:EGL_FIXED_SIZE_ANGLE (Results 1 – 11 of 11) sorted by relevance

/external/angle/extensions/
DEGL_ANGLE_window_fixed_size.txt54 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/
DSurfaceD3D.cpp37 mFixedSize(window == nullptr || attribs.get(EGL_FIXED_SIZE_ANGLE, EGL_FALSE) == EGL_TRUE), in SurfaceD3D()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp821 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/
DSurface.cpp124 mFixedSize = (attributes.get(EGL_FIXED_SIZE_ANGLE, EGL_FALSE) == EGL_TRUE); in Surface()
DvalidationEGL.cpp2170 case EGL_FIXED_SIZE_ANGLE: in ValidateCreateWindowSurface()
5082 case EGL_FIXED_SIZE_ANGLE: in ValidateQuerySurface()
Dqueryutils.cpp4244 case EGL_FIXED_SIZE_ANGLE: in QuerySurfaceAttrib()
/external/swiftshader/include/EGL/
Deglext.h594 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
/external/mesa3d/include/EGL/
Deglext.h598 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
/external/angle/include/EGL/
Deglext.h579 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h632 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h547 #define EGL_FIXED_SIZE_ANGLE 0x3201 macro