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

1 2 3 4 5 6

  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 567 glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]);
568 glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
572 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4);
574 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4);
576 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4);
581 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
583 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16);
585 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4);
590 glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
592 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,
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 684 ctx.glBindBuffer (GL_COPY_WRITE_BUFFER, buf[1]);
685 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
689 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, -4);
691 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, -1, 0, 4);
693 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, -1, 4);
698 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
700 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 24, 0, 16);
702 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 36, 0, 4);
707 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 0, 36);
709 ctx.glCopyBufferSubData (GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, 0, 24, 16)
    [all...]
  /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;
  /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...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 304 #define GL_COPY_WRITE_BUFFER 0x8F37
306 #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 304 #define GL_COPY_WRITE_BUFFER 0x8F37
306 #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 39 case GL_COPY_WRITE_BUFFER: // Buffer copy destination
  /external/deqp/framework/opengl/
gluStateReset.cpp 549 gl.bindBuffer(GL_COPY_WRITE_BUFFER, 0);
    [all...]
gluStrUtil.inl 384 case GL_COPY_WRITE_BUFFER: return "GL_COPY_WRITE_BUFFER";
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 385 case GL_COPY_WRITE_BUFFER:
481 case GL_COPY_WRITE_BUFFER:
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 1615 milliseconds

1 2 3 4 5 6