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

1 2 3 4

  /frameworks/base/libs/hwui/renderstate/
PixelBufferState.cpp 27 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, buffer);
36 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, 0);
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 108 glBufferData(GL_PIXEL_UNPACK_BUFFER, getSize(), nullptr, GL_DYNAMIC_DRAW);
119 mMappedPointer = (uint8_t*) glMapBufferRange(GL_PIXEL_UNPACK_BUFFER, 0, getSize(), mode);
135 GLboolean status = glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER);
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 478 glBindBuffer (GL_PIXEL_UNPACK_BUFFER, buf);
479 glBufferData (GL_PIXEL_UNPACK_BUFFER, 64, &data[0], GL_DYNAMIC_COPY);
482 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to the GL_PIXEL_UNPACK_BUFFER target and the buffer object's data store is currently mapped.");
483 glMapBufferRange (GL_PIXEL_UNPACK_BUFFER, 0, 32, GL_MAP_WRITE_BIT);
486 glUnmapBuffer (GL_PIXEL_UNPACK_BUFFER);
489 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to the GL_PIXEL_UNPACK_BUFFER target and the data would be unpacked from the buffer object such that the memory reads required would exceed the data store size.");
    [all...]
es3fBufferWriteTests.cpp 444 GL_PIXEL_UNPACK_BUFFER,
566 GL_PIXEL_UNPACK_BUFFER,
633 << DataStoreSpec(GL_PIXEL_UNPACK_BUFFER, GL_STATIC_DRAW, 504)
750 PARTIAL_SPECIFY_CASE(middle_1, "Middle part of buffer specified with single call", GL_PIXEL_UNPACK_BUFFER, GL_STREAM_READ, 2500,
es3fBufferCopyTests.cpp 248 GL_PIXEL_UNPACK_BUFFER,
es3fTextureSpecificationTests.cpp     [all...]
es3fBufferObjectQueryTests.cpp 241 GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER
es3fBufferMapTests.cpp 559 GL_PIXEL_UNPACK_BUFFER,
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 596 ctx.glBindBuffer (GL_PIXEL_UNPACK_BUFFER, buf);
597 ctx.glBufferData (GL_PIXEL_UNPACK_BUFFER, 64, &data[0], GL_DYNAMIC_COPY);
600 ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to the GL_PIXEL_UNPACK_BUFFER target and the buffer object's data store is currently mapped.");
601 ctx.glMapBufferRange (GL_PIXEL_UNPACK_BUFFER, 0, 32, GL_MAP_WRITE_BIT);
604 ctx.glUnmapBuffer (GL_PIXEL_UNPACK_BUFFER);
607 ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to the GL_PIXEL_UNPACK_BUFFER target and the data would be unpacked from the buffer object such that the memory reads required would exceed the data store size.");
    [all...]
es31fTextureSpecificationTests.cpp 451 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, buf);
452 glBufferData(GL_PIXEL_UNPACK_BUFFER, (int)data.size(), &data[0], GL_STATIC_DRAW);
558 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, buf);
559 glBufferData(GL_PIXEL_UNPACK_BUFFER, (int)data.size(), &data[0], GL_STATIC_DRAW);
743 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, buf);
744 glBufferData(GL_PIXEL_UNPACK_BUFFER, (int)data.size(), &data[0], GL_STATIC_DRAW);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 92 public static final int GL_PIXEL_UNPACK_BUFFER = 0x88EC;
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 93 public final int GL_PIXEL_UNPACK_BUFFER = 0x88EC;
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 428 gl.bindBuffer(GL_PIXEL_UNPACK_BUFFER, 0);
    [all...]
gluStrUtil.inl 385 case GL_PIXEL_UNPACK_BUFFER: return "GL_PIXEL_UNPACK_BUFFER";
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 140 #define GL_PIXEL_UNPACK_BUFFER 0x88EC
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 150 #define GL_PIXEL_UNPACK_BUFFER 0x88EC
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 144 case GL_PIXEL_UNPACK_BUFFER: return "pixel_unpack";
glsLongStressCase.cpp 114 GL_PIXEL_UNPACK_BUFFER,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 92 public static final int GL_PIXEL_UNPACK_BUFFER = 0x88EC;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 773 GL_PIXEL_UNPACK_BUFFER(0x88EC),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 562 #define GL_PIXEL_UNPACK_BUFFER 0x88EC
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 2182 milliseconds

1 2 3 4