Home
last modified time | relevance | path

Searched refs:GL_COPY_WRITE_BUFFER (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fNegativeBufferApiTests.cpp567 glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]); in init()
568 glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY); in init()
572 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4); in init()
574 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4); in init()
576 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4); in init()
581 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in init()
583 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16); in init()
585 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4); in init()
590 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in init()
592 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16); in init()
[all …]
Des3fBufferWriteTests.cpp441 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 …FY_CASE(high_1, "High part of buffer specified with single call", GL_COPY_WRITE_BUFFER, GL_STATIC_… in init()
Des3fBufferCopyTests.cpp245 GL_COPY_WRITE_BUFFER, in init()
305 deUint32 dstTarget = GL_COPY_WRITE_BUFFER; in init()
Des3fBufferObjectQueryTests.cpp240 GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, in test()
Des3fBufferMapTests.cpp556 GL_COPY_WRITE_BUFFER, in init()
Des3fIntegerStateQueryTests.cpp2998 …_binding", "COPY_WRITE_BUFFER_BINDING", GL_COPY_WRITE_BUFFER_BINDING, GL_COPY_WRITE_BUFFER } in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp684 ctx.glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]); in copy_buffer_sub_data()
685 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY); in copy_buffer_sub_data()
689 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4); in copy_buffer_sub_data()
691 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4); in copy_buffer_sub_data()
693 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4); in copy_buffer_sub_data()
698 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data()
700 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16); in copy_buffer_sub_data()
702 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4); in copy_buffer_sub_data()
707 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data()
709 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16); in copy_buffer_sub_data()
[all …]
/external/deqp/framework/opengl/
DgluStateReset.cpp549 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateES()
1122 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateGLCore()
DgluStrUtil.inl384 case GL_COPY_WRITE_BUFFER: return "GL_COPY_WRITE_BUFFER";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h718 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
720 #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp141 case GL_COPY_WRITE_BUFFER: return "copy_write"; in getBufferTargetName()
DglsLongStressCase.cpp112 GL_COPY_WRITE_BUFFER,
/external/mesa3d/src/mesa/main/
Dbufferobj.c123 case GL_COPY_WRITE_BUFFER: in get_buffer_target()
1338 _mesa_BindBuffer( GL_COPY_WRITE_BUFFER, 0 ); in _mesa_DeleteBuffers()
Dget.c911 case GL_COPY_WRITE_BUFFER: in find_custom_value()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2397 case GL_COPY_WRITE_BUFFER: in isValidBufferTarget()
2420 case GL_COPY_WRITE_BUFFER: bindingPoint = &m_copyWriteBufferBinding; break; in setBufferBinding()
2452 case GL_COPY_WRITE_BUFFER: return m_copyWriteBufferBinding; in getBufferBinding()
2517 GL_COPY_WRITE_BUFFER, in deleteBuffer()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h78 { GL_COPY_WRITE_BUFFER, LOC_CUSTOM, TYPE_INT, 0, NO_EXTRA },
/external/mesa3d/include/GLES3/
Dgl3.h907 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
Dgl31.h907 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
Dgl32.h907 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/swiftshader/include/GLES3/
Dgl3.h909 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1219 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1583 case GL_COPY_WRITE_BUFFER: in getBuffer()
DlibGLESv2.cpp265 case GL_COPY_WRITE_BUFFER: in BindBuffer()
/external/swiftshader/include/GL/
Dglcorearb.h1418 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/mesa3d/include/GL/
Dglcorearb.h1434 #define GL_COPY_WRITE_BUFFER 0x8F37 macro

12