Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp213 class ModifyTexSubImage : public Modify class in deqp::egl::Image::GLES2ImageApi
216 ModifyTexSubImage (GLenum format, GLenum type) : m_format(format), m_type(type) {} in ModifyTexSubImage() function in deqp::egl::Image::GLES2ImageApi::ModifyTexSubImage
768 bool GLES2ImageApi::ModifyTexSubImage::invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& img, … in invokeGLES2()
1383 …if (const GLES2ImageApi::ModifyTexSubImage* gles2TexSubImageModify = dynamic_cast<const GLES2Image… in isCompatibleCreateAndModifyActions()
1505 …m_modifyActions.add("tex_subimage_rgb8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL… in addModifyActions()
1506 …m_modifyActions.add("tex_subimage_rgb565", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(… in addModifyActions()
1507 …m_modifyActions.add("tex_subimage_rgba8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()
1508 …m_modifyActions.add("tex_subimage_rgb5_a1", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage in addModifyActions()
1509 …m_modifyActions.add("tex_subimage_rgba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()