/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 456 GL_STATIC_COPY, in iterate() 578 GL_STATIC_COPY, in init() 644 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_COPY, 1644) in init() 741 PARTIAL_SPECIFY_CASE(high_1, "High part of buffer specified with single call", GL_COPY_WRITE_BUFFER, GL_STATIC_COPY, 1000, in init()
|
H A D | es3fBufferObjectQueryTests.cpp | 313 GL_STATIC_READ, GL_STATIC_COPY, in testBuffer()
|
H A D | es3fBufferMapTests.cpp | 571 GL_STATIC_COPY, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSyncTests.cpp | 122 gl.namedBufferData(buffer_src, reference_size, reference, GL_STATIC_COPY); in iterate()
|
H A D | gl4cComputeShaderTests.cpp | 4320 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(int)), &data[0], GL_STATIC_COPY); in Run() 4326 glBufferData(GL_SHADER_STORAGE_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4332 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(GLint)), &data[0], GL_STATIC_COPY); in Run() 4345 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(mat4)), &data[0], GL_STATIC_COPY); in Run() 4352 glBufferData(GL_ATOMIC_COUNTER_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4748 glBufferData(GL_SHADER_STORAGE_BUFFER, 3 * sizeof(vec4) * 2, NULL, GL_STATIC_COPY); in Run() 6200 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_groups), num_groups, GL_STATIC_COPY); in Run()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 244 GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, in iterate() 367 * - GL_STATIC_COPY, 391 * - GL_STATIC_COPY, 438 * - GL_STATIC_COPY, 4456 GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, in TestErrorsOfNamedBufferData()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 8602 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY); in iterate() 8755 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY); in iterate() 9933 gl.namedBufferData(m_bo, s_reference_size, s_reference, GL_STATIC_COPY); in Prepare() 13145 gl.namedBufferData(buffer, s_reference_size + 1, NULL, GL_STATIC_COPY); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5PreciseQualifier.cpp | 155 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLfloat) * m_n_components, DE_NULL, GL_STATIC_COPY); in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderConstantVariables.cpp | 173 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLint) * n_varyings, DE_NULL, GL_STATIC_COPY); in initTest()
|
H A D | esextcGeometryShaderRendering.cpp | 934 gl.bufferData(GL_ARRAY_BUFFER, raw_arrays_bo_size, raw_arrays_data, GL_STATIC_COPY); in initTest() 937 gl.bufferData(GL_ARRAY_BUFFER, unordered_arrays_bo_size, unordered_arrays_data, GL_STATIC_COPY); in initTest() 940 gl.bufferData(GL_ARRAY_BUFFER, unordered_elements_bo_size, unordered_elements_data, GL_STATIC_COPY); in initTest()
|
H A D | esextcGeometryShaderPrimitiveCounter.cpp | 857 gl.bufferData(GL_ARRAY_BUFFER, m_sizeOfFeedbackBuffer, DE_NULL, GL_STATIC_COPY); in prepareBufferObjects()
|
H A D | esextcGeometryShaderLimits.cpp | 854 gl.bufferData(GL_ARRAY_BUFFER, m_buffer_size, 0 /* no start data */, GL_STATIC_COPY); in initTest()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 238 case GL_STATIC_COPY: in FromGLenum() 266 return GL_STATIC_COPY; in ToGLenum() 297 os << "GL_STATIC_COPY"; in operator <<()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanPerformanceCounterTest.cpp | 370 glBufferData(GL_COPY_READ_BUFFER, sizeof(srcDataA), srcDataA, GL_STATIC_COPY); in TEST_P() 374 glBufferData(GL_COPY_WRITE_BUFFER, sizeof(srcDataA[0]) * 2, nullptr, GL_STATIC_COPY); in TEST_P() 378 glBufferData(GL_COPY_READ_BUFFER, sizeof(srcDataB), srcDataB, GL_STATIC_COPY); in TEST_P() 382 glBufferData(GL_COPY_WRITE_BUFFER, sizeof(srcDataB[0]) * 2, nullptr, GL_STATIC_COPY); in TEST_P()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBufferTestUtil.cpp | 163 case GL_STATIC_COPY: return "static_copy"; in getUsageHintName()
|
H A D | glsLongStressCase.cpp | 94 GL_STATIC_COPY,
|
H A D | glsVertexArrayTests.cpp | 589 GL_STATIC_COPY, // USAGE_STATIC_COPY, in usageToGL()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 4346 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(int)), &data[0], GL_STATIC_COPY); in Run() 4352 glBufferData(GL_SHADER_STORAGE_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4358 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(GLint)), &data[0], GL_STATIC_COPY); in Run() 4371 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(mat4)), &data[0], GL_STATIC_COPY); in Run() 4378 glBufferData(GL_ATOMIC_COUNTER_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4805 glBufferData(GL_SHADER_STORAGE_BUFFER, 3 * sizeof(vec4) * 2, NULL, GL_STATIC_COPY); in Run() 5616 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_groups), num_groups, GL_STATIC_COPY); in Run()
|
H A D | es31cDrawIndirectTests.cpp | 1185 GL_STATIC_COPY); in Run() 1194 GL_STATIC_COPY); in Run() 1203 GL_STATIC_COPY); in Run() 1213 GL_STATIC_COPY); in Run()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 251 case GL_STATIC_COPY: in buffer_usage() 2606 bufObj->Usage == GL_STATIC_COPY) && in validate_buffer_sub_data() 3722 bufObj->Usage == GL_STATIC_COPY) && in validate_map_buffer_range()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 369 #define GL_STATIC_COPY 0x88E6 macro
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 1317 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, sizeof(tcu::Vec4) * initialBuffer.size(), initialBuffer[0].getPtr(), GL_STATIC_COPY);
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 715 #define GL_STATIC_COPY 0x88E6 macro
|
H A D | gl3.h | 715 #define GL_STATIC_COPY 0x88E6 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 696 #define GL_STATIC_COPY 0x88E6 macro
|