Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp1499 LabeledActions m_modifyActions; member in deqp::egl::Image::ModifyTests
1505m_modifyActions.add("tex_subimage_rgb8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL… in addModifyActions()
1506m_modifyActions.add("tex_subimage_rgb565", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(… in addModifyActions()
1507m_modifyActions.add("tex_subimage_rgba8", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()
1508m_modifyActions.add("tex_subimage_rgb5_a1", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage… in addModifyActions()
1509m_modifyActions.add("tex_subimage_rgba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(G… in addModifyActions()
1511m_modifyActions.add("renderbuffer_clear_color", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbu… in addModifyActions()
1512m_modifyActions.add("renderbuffer_clear_depth", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbu… in addModifyActions()
1513m_modifyActions.add("renderbuffer_clear_stencil", MovePtr<Action>(new GLES2ImageApi::ModifyRenderb… in addModifyActions()
1527 for (int modifyNdx = 0; modifyNdx < m_modifyActions.size(); modifyNdx++) in init()
[all …]