Home | History | Annotate | Download | only in egl

Lines Matching full:case

40 		case EGL_BUFFER_SIZE:				return bufferSize;
41 case EGL_RED_SIZE: return redSize;
42 case EGL_GREEN_SIZE: return greenSize;
43 case EGL_BLUE_SIZE: return blueSize;
44 case EGL_LUMINANCE_SIZE: return luminanceSize;
45 case EGL_ALPHA_SIZE: return alphaSize;
46 case EGL_ALPHA_MASK_SIZE: return alphaMaskSize;
47 case EGL_BIND_TO_TEXTURE_RGB: return bindToTextureRGB;
48 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA;
49 case EGL_COLOR_BUFFER_TYPE: return colorBufferType;
50 case EGL_CONFIG_CAVEAT: return configCaveat;
51 case EGL_CONFIG_ID: return configId;
52 case EGL_CONFORMANT: return conformant;
53 case EGL_DEPTH_SIZE: return depthSize;
54 case EGL_LEVEL: return level;
55 case EGL_MAX_PBUFFER_WIDTH: return maxPbufferWidth;
56 case EGL_MAX_PBUFFER_HEIGHT: return maxPbufferHeight;
57 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval;
58 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval;
59 case EGL_NATIVE_RENDERABLE: return nativeRenderable;
60 case EGL_NATIVE_VISUAL_ID: return nativeVisualId;
61 case EGL_NATIVE_VISUAL_TYPE: return nativeVisualType;
62 case EGL_RENDERABLE_TYPE: return renderableType;
63 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
64 case EGL_SAMPLES: return samples;
65 case EGL_STENCIL_SIZE: return stencilSize;
66 case EGL_SURFACE_TYPE: return surfaceType;
67 case EGL_TRANSPARENT_TYPE: return transparentType;
68 case EGL_TRANSPARENT_RED_VALUE: return transparentRedValue;
69 case EGL_TRANSPARENT_GREEN_VALUE: return transparentGreenValue;
70 case EGL_TRANSPARENT_BLUE_VALUE: return transparentBlueValue;
73 case EGL_YUV_ORDER_EXT: return yuvOrder;
74 case EGL_YUV_NUMBER_OF_PLANES_EXT: return yuvNumberOfPlanes;
75 case EGL_YUV_SUBSAMPLE_EXT: return yuvSubsample;
76 case EGL_YUV_DEPTH_RANGE_EXT: return yuvDepthRange;
77 case EGL_YUV_CSC_STANDARD_EXT: return yuvCscStandard;
78 case EGL_YUV_PLANE_BPP_EXT: return yuvPlaneBpp;
81 case EGL_COLOR_COMPONENT_TYPE_EXT: return colorComponentType;