Lines Matching refs:EGLint

114 RetVal checkCallError (tcu::TestContext& testCtx, const char* call, RetVal returnValue, EGLint expectError)
119 EGLint error = eglGetError();
134 void checkCallReturn (tcu::TestContext& testCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expectError)
139 EGLint error = eglGetError();
238 GLES2Context (EglTestContext& eglTestCtx, EGLint configId, int width, int height)
247 EGLint surfaceTypeBits = dpy.getConfigAttrib(m_config, EGL_SURFACE_TYPE);
251 EGLint pbufferAttrs[] =
296 static EGLint getConfigIdForApi (const vector<eglu::ConfigInfo>& configInfos, EGLint apiBits)
298 EGLint windowCfg = 0;
299 EGLint pixmapCfg = 0;
300 EGLint pbufferCfg = 0;
332 static EGLConfig getConfigById (const tcu::egl::Display& dpy, EGLint configId)
334 EGLint attributes[] = { EGL_CONFIG_ID, configId, EGL_NONE };
341 static const EGLint m_ctxAttrs[];
354 const EGLint GLES2Context::m_ctxAttrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
359 static const char* getTargetName (EGLint target)
392 CreateImageGLES2 (EglTestContext& eglTestCtx, EGLint target, GLenum storage, bool useTexLevel0 = false)
416 EGLint configId = GLES2Context::getConfigIdForApi(m_eglTestCtx.getConfigs(), EGL_OPENGL_ES2_BIT);
439 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE };
488 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE };
544 EGLint m_target;
582 EGLint configId = GLES2Context::getConfigIdForApi(m_eglTestCtx.getConfigs(), EGL_OPENGL_ES2_BIT);
607 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE };