Home
last modified time | relevance | path

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

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