Home
last modified time | relevance | path

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

/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.cpp2978 …_binding", "COPY_WRITE_BUFFER_BINDING", GL_COPY_WRITE_BUFFER_BINDING, GL_COPY_WRITE_BUFFER } in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp698 ctx.glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]); in copy_buffer_sub_data()
699 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY); in copy_buffer_sub_data()
703 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4); in copy_buffer_sub_data()
705 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4); in copy_buffer_sub_data()
707 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4); in copy_buffer_sub_data()
712 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data()
714 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16); in copy_buffer_sub_data()
716 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4); in copy_buffer_sub_data()
721 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36); in copy_buffer_sub_data()
723 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16); in copy_buffer_sub_data()
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL30.java247 public final int GL_COPY_WRITE_BUFFER = 0x8F37; field
249 public final int GL_COPY_WRITE_BUFFER_BINDING = GL_COPY_WRITE_BUFFER;
/external/deqp/framework/opengl/
DgluStateReset.cpp542 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateES()
1115 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0); in resetStateGLCore()
DgluStrUtil.inl383 case GL_COPY_WRITE_BUFFER: return "GL_COPY_WRITE_BUFFER";
/external/mesa3d/src/mesa/main/
Dbufferobj.c88 case GL_COPY_WRITE_BUFFER: in get_buffer_target()
891 _mesa_BindBufferARB( GL_COPY_WRITE_BUFFER, 0 ); in _mesa_DeleteBuffersARB()
Dget.c518 { GL_COPY_WRITE_BUFFER, LOC_CUSTOM, TYPE_INT, 0, extra_ARB_copy_buffer },
1733 case GL_COPY_WRITE_BUFFER: in find_custom_value()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp141 case GL_COPY_WRITE_BUFFER: return "copy_write"; in getBufferTargetName()
DglsLongStressCase.cpp112 GL_COPY_WRITE_BUFFER,
/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/deqp/framework/opengl/wrapper/
DglwEnums.inl1209 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglew.h3109 #define GL_COPY_WRITE_BUFFER 0x8F37 macro
/external/mesa3d/include/GL/
Dglext.h2146 #define GL_COPY_WRITE_BUFFER GL_COPY_WRITE_BUFFER_BINDING macro