Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp315 class ModifyTexSubImage : public Modify class in deqp::egl::Image::GLESImageApi
318 ModifyTexSubImage(GLenum format, GLenum type) : m_format(format), m_type(type) in ModifyTexSubImage() function in deqp::egl::Image::GLESImageApi::ModifyTexSubImage
1538 bool GLESImageApi::ModifyTexSubImage::invokeGLES(GLESImageApi &api, MovePtr<UniqueImage> &img, in invokeGLES()
2261 if (const GLESImageApi::ModifyTexSubImage *glesTexSubImageModify = in isCompatibleCreateAndModifyActions()
2262 dynamic_cast<const GLESImageApi::ModifyTexSubImage *>(&modify)) in isCompatibleCreateAndModifyActions()
2404 … MovePtr<Action>(new GLESImageApi::ModifyTexSubImage(GL_RGB, GL_UNSIGNED_BYTE))); in addModifyActions()
2406 … MovePtr<Action>(new GLESImageApi::ModifyTexSubImage(GL_RGB, GL_UNSIGNED_SHORT_5_6_5))); in addModifyActions()
2408 … MovePtr<Action>(new GLESImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_BYTE))); in addModifyActions()
2410 … MovePtr<Action>(new GLESImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1))); in addModifyActions()
2412 … MovePtr<Action>(new GLESImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4))); in addModifyActions()