Home
last modified time | relevance | path

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

/external/deqp-deps/amber/tests/cases/
Dstruct_compare.amber22 struct SubData {
31 SubData e;
37 SubData e;
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp67 …static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz…
DglcRobustBufferAccessBehaviorTests.cpp196 void Buffer::SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz… in SubData() function in glcts::RobustBufferAccessBehavior::Buffer
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp157 …static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz…
808 void Buffer::SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz… in SubData() function in gl4cts::BufferStorage::Buffer
Dgl4cEnhancedLayoutsTests.hpp190 void SubData(glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data);
209 …static void SubData(const glw::Functions& gl, BUFFERS buffer, glw::GLintptr offset, glw::GLsizeipt…
Dgl4cMultiBindTests.cpp188 …static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz…
544 void Buffer::SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz… in SubData() function in gl4cts::MultiBind::Buffer
Dgl4cEnhancedLayoutsTests.cpp1833 void Buffer::SubData(glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) in SubData() function in gl4cts::EnhancedLayouts::Utils::Buffer
1837 SubData(gl, m_buffer, offset, size, data); in SubData()
1920 void Buffer::SubData(const glw::Functions& gl, BUFFERS buffer, glw::GLintptr offset, glw::GLsizeipt… in SubData() function in gl4cts::EnhancedLayouts::Utils::Buffer
7142 …buffer.SubData(variable.m_descriptor.m_offset, variable.m_descriptor.m_expected_stride_of_element … in test()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8851 OMPClauseMappableExprCommon::MappableExprComponentListRef SubData = in generateInfoForCapture() local
8854 OverlappedElements.getSecond().push_back(SubData); in generateInfoForCapture()