Home
last modified time | relevance | path

Searched refs:GL_SPARSE_STORAGE_BIT_ARB (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp43 #ifndef GL_SPARSE_STORAGE_BIT_ARB
44 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
369 if ((flags & GL_SPARSE_STORAGE_BIT_ARB) != 0) in getSparseBOFlagsString()
461 GL_SPARSE_STORAGE_BIT_ARB); in iterate()
486 * set to (GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_READ_BIT) or in iterate()
487 * (GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_WRITE_BIT). */ in iterate()
490 GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_READ_BIT); in iterate()
496 << "Invalid <flags> value set to GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_READ_BIT " in iterate()
505 GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_WRITE_BIT); in iterate()
511 << "Invalid <flags> value set to GL_SPARSE_STORAGE_BIT_ARB | GL_MAP_WRITE_BI in iterate()
[all...]
H A Dgl3cCommonBugsTests.cpp47 #ifndef GL_SPARSE_STORAGE_BIT_ARB
48 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
5791 GL_DYNAMIC_STORAGE_BIT | GL_SPARSE_STORAGE_BIT_ARB); in initTest()
H A Dgl4cDirectStateAccessBuffersTests.cpp4616 valid_bits |= GL_SPARSE_STORAGE_BIT_ARB; in TestErrorsOfNamedBufferStorage()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c202 if (storageFlags & GL_SPARSE_STORAGE_BIT_ARB) in storage_flags_to_buffer_flags()
2153 valid_flags |= GL_SPARSE_STORAGE_BIT_ARB; in validate_buffer_storage()
2166 if (flags & GL_SPARSE_STORAGE_BIT_ARB && in validate_buffer_storage()
5318 if (!(bufferObj->StorageFlags & GL_SPARSE_STORAGE_BIT_ARB)) { in buffer_page_commitment()
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3611 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
H A Dglext.h4277 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h3592 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
H A Dglext.h4253 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3629 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
H A Dglext.h4289 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h3629 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro
H A Dglext.h4289 #define GL_SPARSE_STORAGE_BIT_ARB 0x0400 macro

Completed in 266 milliseconds