Lines Matching refs:EGL_BAD_PARAMETER

135 			log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
138 expectError(EGL_BAD_PARAMETER);
141 expectError(EGL_BAD_PARAMETER);
144 expectError(EGL_BAD_PARAMETER);
148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API.");
155 expectError(EGL_BAD_PARAMETER);
277 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if num_config is NULL");
280 expectError(EGL_BAD_PARAMETER);
505 log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration and if buffer is not valid OpenVG image");
508 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER);
512 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if buftype is not EGL_OPENVG_IMAGE");
518 log << TestLog::Section("Test4", "EGL_BAD_PARAMETER is generated if buffer is not valid OpenVG image");
520 expectError(EGL_BAD_PARAMETER);
655 log << TestLog::Section("Test8", "EGL_BAD_PARAMETER is generated if EGL_WIDTH or EGL_HEIGHT is negative");
660 expectError(EGL_BAD_PARAMETER);
663 expectError(EGL_BAD_PARAMETER);
666 expectError(EGL_BAD_PARAMETER);
688 log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported");
691 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER);
830 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if num_config is NULL");
833 expectError(EGL_BAD_PARAMETER);
985 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if readdraw is neither EGL_READ nor EGL_DRAW");
988 expectError(EGL_BAD_PARAMETER);
1085 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if name is not an accepted value");
1088 expectError(EGL_BAD_PARAMETER);
1090 expectError(EGL_BAD_PARAMETER);
1390 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if engine is not a recognized marking engine and native rendering is supported by current surface");
1393 expectEitherError(EGL_BAD_PARAMETER, EGL_SUCCESS);