/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BufferDataTest.cpp | 307 glBindBuffer(GL_COPY_WRITE_BUFFER, mElementBuffer); in TEST_P() 309 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, sizeof(int)); in TEST_P() 366 glBindBuffer(GL_COPY_WRITE_BUFFER, readBuffer); in TEST_P() 372 glBufferData(GL_COPY_WRITE_BUFFER, numBytes, zeros, GL_STATIC_DRAW); in TEST_P() 373 glCopyBufferSubData(GL_ARRAY_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, numBytes); in TEST_P() 379 glMapBufferRange(GL_COPY_WRITE_BUFFER, 0, numBytes, GL_MAP_READ_BIT)); in TEST_P() 387 glUnmapBuffer(GL_COPY_WRITE_BUFFER); in TEST_P() 580 glBindBuffer(GL_COPY_WRITE_BUFFER, dstBuffer); in TEST_P() 585 glBufferData(GL_COPY_WRITE_BUFFER, dstData.size(), dstData.data(), GL_STATIC_READ); in TEST_P() 588 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, in TEST_P() [all...] |
H A D | VulkanPerformanceCounterTest.cpp | 373 glBindBuffer(GL_COPY_WRITE_BUFFER, dstA); in TEST_P() 374 glBufferData(GL_COPY_WRITE_BUFFER, sizeof(srcDataA[0]) * 2, nullptr, GL_STATIC_COPY); in TEST_P() 381 glBindBuffer(GL_COPY_WRITE_BUFFER, dstB); in TEST_P() 382 glBufferData(GL_COPY_WRITE_BUFFER, sizeof(srcDataB[0]) * 2, nullptr, GL_STATIC_COPY); in TEST_P() 390 glBindBuffer(GL_COPY_WRITE_BUFFER, dstA); in TEST_P() 391 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, sizeof(srcDataB[0]), 0, in TEST_P() 395 glBindBuffer(GL_COPY_WRITE_BUFFER, dstB); in TEST_P() 396 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, sizeof(srcDataB[0]), 0, in TEST_P()
|
H A D | TransformFeedbackTest.cpp | 1649 glBindBuffer(GL_COPY_WRITE_BUFFER, copyBuffer); in TEST_P() 1650 glBufferData(GL_COPY_WRITE_BUFFER, 1, singleByte, GL_DYNAMIC_DRAW); in TEST_P() 1652 glCopyBufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 1); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeBufferApiTests.cpp | 568 glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]); in init() 569 glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY); in init() 573 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4); in init() 575 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4); in init() 577 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4); in init() 582 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in init() 584 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16); in init() 586 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4); in init() 591 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in init() 593 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, in init() [all...] |
H A D | es3fBufferWriteTests.cpp | 441 GL_COPY_WRITE_BUFFER, in iterate() 563 GL_COPY_WRITE_BUFFER, in init() 623 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72) in init() 624 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72) in init() 625 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72)); in init() 630 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 504) 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 | es3fBufferCopyTests.cpp | 245 GL_COPY_WRITE_BUFFER, in init() 305 deUint32 dstTarget = GL_COPY_WRITE_BUFFER; in init()
|
H A D | es3fBufferObjectQueryTests.cpp | 240 GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, in test()
|
H A D | es3fBufferMapTests.cpp | 556 GL_COPY_WRITE_BUFFER, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeBufferApiTests.cpp | 687 ctx.glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]); in copy_buffer_sub_data() 688 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY); in copy_buffer_sub_data() 692 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4); in copy_buffer_sub_data() 694 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4); in copy_buffer_sub_data() 696 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4); in copy_buffer_sub_data() 701 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data() 703 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16); in copy_buffer_sub_data() 705 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4); in copy_buffer_sub_data() 710 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data() 712 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, in copy_buffer_sub_data() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 969 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, m_helper_bo); in execute() 972 m_gl.copyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, in execute() 977 ac_data = (const glw::GLuint*)m_gl.mapBufferRange(GL_COPY_WRITE_BUFFER, 0, /* offset */ in execute() 1005 m_gl.unmapBuffer(GL_COPY_WRITE_BUFFER); in execute() 1317 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, m_sparse_bo); in execute() 1360 m_gl.copyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, /* readOffset */ in execute() 1676 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, m_sparse_bo); in execute() 1680 GL_COPY_WRITE_BUFFER, /* writeTarget */ in execute() 1697 m_gl.clearBufferData(GL_COPY_WRITE_BUFFER, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &data_rgba8); in execute() 1708 m_gl.clearBufferSubData(GL_COPY_WRITE_BUFFER, GL_RGBA in execute() [all...] |
H A D | gl4cBufferStorageTests.cpp | 466 GL_COPY_WRITE_BUFFER, /* 3 */ 2210 write_buffer.InitStorage(GL_COPY_WRITE_BUFFER, 0 /* flags */, data_size, write_data); in iterate() 2214 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate() 2227 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2240 gl.copyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0 /* readOffset */, 0 /* writeOffset */, in iterate() 2244 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2278 write_buffer.InitStorage(GL_COPY_WRITE_BUFFER, GL_DYNAMIC_STORAGE_BIT, data_size, write_data); in iterate() 2282 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate() 2285 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate()
|
H A D | gl4cMapBufferAlignmentTests.cpp | 198 { GL_COPY_WRITE_BUFFER, 0 }, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanBarriersPerf.cpp | 370 glBindBuffer(GL_COPY_WRITE_BUFFER, mUniformBuffers[uniformBufferWriteIndex]); in drawBenchmark() 371 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, in drawBenchmark()
|
H A D | BindingPerf.cpp | 145 mBindingPoints.push_back(GL_COPY_WRITE_BUFFER); in initializeBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 116 case GL_COPY_WRITE_BUFFER: in FromGLenum() 152 return GL_COPY_WRITE_BUFFER; in ToGLenum() 191 os << "GL_COPY_WRITE_BUFFER"; in operator <<()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBufferTestUtil.cpp | 141 case GL_COPY_WRITE_BUFFER: return "copy_write"; in getBufferTargetName()
|
H A D | glsLongStressCase.cpp | 112 GL_COPY_WRITE_BUFFER,
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 558 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateES() 1197 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateGLCore()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 2436 case GL_COPY_WRITE_BUFFER: 2459 case GL_COPY_WRITE_BUFFER: bindingPoint = &m_copyWriteBufferBinding; break; 2491 case GL_COPY_WRITE_BUFFER: return m_copyWriteBufferBinding; 2556 GL_COPY_WRITE_BUFFER,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 700 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 911 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
|
H A D | gl3.h | 911 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 892 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
|
H A D | gl31.h | 892 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 1069 case GL_COPY_WRITE_BUFFER: in find_custom_value()
|