HomeSort by relevance Sort by last modified time
    Searched refs:GL_COPY_WRITE_BUFFER (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 563 glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]);
564 glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
568 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4);
570 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4);
572 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4);
577 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
579 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16);
581 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4);
586 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
588 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16)
    [all...]
es3fBufferWriteTests.cpp 441 GL_COPY_WRITE_BUFFER,
563 GL_COPY_WRITE_BUFFER,
623 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72)
624 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72)
625 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 72));
630 << DataStoreSpec(GL_COPY_WRITE_BUFFER, GL_STATIC_DRAW, 504)
741 PARTIAL_SPECIFY_CASE(high_1, "High part of buffer specified with single call", GL_COPY_WRITE_BUFFER, GL_STATIC_COPY, 1000,
es3fBufferCopyTests.cpp 245 GL_COPY_WRITE_BUFFER,
305 deUint32 dstTarget = GL_COPY_WRITE_BUFFER;
es3fBufferObjectQueryTests.cpp 240 GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER,
es3fBufferMapTests.cpp 556 GL_COPY_WRITE_BUFFER,
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 569 ctx.glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]);
570 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
574 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4);
576 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4);
578 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4);
583 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
585 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16);
587 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4);
592 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
594 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16)
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
BufferDataTest.cpp 307 glBindBuffer(GL_COPY_WRITE_BUFFER, mElementBuffer);
309 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, sizeof(int));
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 246 public static final int GL_COPY_WRITE_BUFFER = 0x8F37;
248 public static final int GL_COPY_WRITE_BUFFER_BINDING = GL_COPY_WRITE_BUFFER;
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 291 #define GL_COPY_WRITE_BUFFER 0x8F37
293 #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 301 #define GL_COPY_WRITE_BUFFER 0x8F37
303 #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 246 public static final int GL_COPY_WRITE_BUFFER = 0x8F37;
248 public static final int GL_COPY_WRITE_BUFFER_BINDING = GL_COPY_WRITE_BUFFER;
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 450 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0);
    [all...]
gluStrUtil.inl 358 case GL_COPY_WRITE_BUFFER: return "GL_COPY_WRITE_BUFFER";
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bufferobj.c 88 case GL_COPY_WRITE_BUFFER:
891 _mesa_BindBufferARB( GL_COPY_WRITE_BUFFER, 0 );
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c 88 case GL_COPY_WRITE_BUFFER:
891 _mesa_BindBufferARB( GL_COPY_WRITE_BUFFER, 0 );
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 140 case GL_COPY_WRITE_BUFFER: return "copy_write";
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 921 GL_COPY_WRITE_BUFFER(0x8F37),
    [all...]

Completed in 959 milliseconds

1 2 3