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

1 2 3 4 5 6

  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 105 gl.bufferData(GL_SHADER_STORAGE_BUFFER, 2 * (int)sizeof(deUint32), &invalidValue, GL_DYNAMIC_COPY);
190 gl.bufferData(GL_SHADER_STORAGE_BUFFER, s_fixedBufferSize * (int)sizeof(float), DE_NULL, GL_DYNAMIC_COPY);
es31fSynchronizationTests.cpp     [all...]
es31fNegativeBufferApiTests.cpp 683 ctx.glBufferData (GL_COPY_READ_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
685 ctx.glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
    [all...]
es31fNegativeTextureApiTests.cpp 597 ctx.glBufferData (GL_PIXEL_UNPACK_BUFFER, 64, &data[0], GL_DYNAMIC_COPY);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 315 GL_DYNAMIC_COPY
369 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
394 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
419 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
468 glBufferData(GL_ARRAY_BUFFER, 8, DE_NULL, GL_DYNAMIC_COPY);
es3fBufferWriteTests.cpp 459 GL_DYNAMIC_COPY
581 GL_DYNAMIC_COPY
643 << DataStoreSpec(GL_ARRAY_BUFFER, GL_DYNAMIC_COPY, 1644)
734 PARTIAL_SPECIFY_CASE(low_2, "Low part of buffer specified with two calls", GL_COPY_READ_BUFFER, GL_DYNAMIC_COPY, 996,
737 PARTIAL_SPECIFY_CASE(low_3, "Low part of buffer specified with two calls", GL_COPY_READ_BUFFER, GL_DYNAMIC_COPY, 1200,
es3fNegativeBufferApiTests.cpp 566 glBufferData (GL_COPY_READ_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
568 glBufferData (GL_COPY_WRITE_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
741 glBufferData (GL_ARRAY_BUFFER, 32, &data[0], GL_DYNAMIC_COPY);
    [all...]
es3fNegativeTextureApiTests.cpp 479 glBufferData (GL_PIXEL_UNPACK_BUFFER, 64, &data[0], GL_DYNAMIC_COPY);
    [all...]
es3fLifetimeTests.cpp 524 GLU_CHECK_CALL(glBufferData(GL_TRANSFORM_FEEDBACK_BUFFER, 3 * sizeof(glw::GLfloat[4]), DE_NULL, GL_DYNAMIC_COPY));
es3fBufferMapTests.cpp 574 GL_DYNAMIC_COPY
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 68 public static final int GL_DYNAMIC_COPY = 0x88EA;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 269 case GL_DYNAMIC_COPY:
  /external/deqp/framework/opengl/
gluStrUtil.inl 420 case GL_DYNAMIC_COPY: return "GL_DYNAMIC_COPY";
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 166 case GL_DYNAMIC_COPY: return "dynamic_copy";
glsLongStressCase.cpp 96 GL_DYNAMIC_COPY
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 68 public static final int GL_DYNAMIC_COPY = 0x88EA;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 126 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 126 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 751 GL_DYNAMIC_COPY(0x88EA),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 538 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 567 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 567 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 540 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 538 #define GL_DYNAMIC_COPY 0x88EA
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 538 #define GL_DYNAMIC_COPY 0x88EA
    [all...]

Completed in 2789 milliseconds

1 2 3 4 5 6