Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp1451 LabeledActions m_modifyActions; member in deqp::egl::Image::ModifyTests
1457m_modifyActions.add("tex_subimage_rgb8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL… in addModifyActions()
1458m_modifyActions.add("tex_subimage_rgb565", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(… in addModifyActions()
1459m_modifyActions.add("tex_subimage_rgba8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()
1460m_modifyActions.add("tex_subimage_rgba5_a1", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage… in addModifyActions()
1461m_modifyActions.add("tex_subimage_rgba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()
1463m_modifyActions.add("renderbuffer_clear_color", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbu… in addModifyActions()
1464m_modifyActions.add("renderbuffer_clear_depth", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbu… in addModifyActions()
1465m_modifyActions.add("renderbuffer_clear_stencil", MovePtr<Action>(new GLES2ImageApi::ModifyRenderb… in addModifyActions()
1479 for (int modifyNdx = 0; modifyNdx < m_modifyActions.size(); modifyNdx++) in init()
[all …]