Home | History | Annotate | Download | only in egl

Lines Matching defs:Render

205 	virtual bool			render					(int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference) = 0;
259 enum Render
300 bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference);
684 bool GLES2ImageApi::render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference)
862 // Render
1775 isOk = m_apiContexts[m_spec.operations[m_curIter].apiIndex]->render(m_spec.operations[m_curIter].operationIndex, m_img, m_refImg);
1895 GLES2ImageApi::Render renderOperations[] = {
1933 : TestCaseGroup (eglTestCtx, "render_multiple_contexts", "EGLImage render tests on multiple contexts")
1999 GLES2ImageApi::Render renderOperations[] = {