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

1 2 3 4 5 6

  /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 100 glBufferData(GL_PIXEL_UNPACK_BUFFER, getSize(), nullptr, GL_DYNAMIC_DRAW);
111 mMappedPointer = (uint8_t*) glMapBufferRange(GL_PIXEL_UNPACK_BUFFER, 0, getSize(), mode);
127 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,
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]
GLESv2Validation.cpp 41 case GL_PIXEL_UNPACK_BUFFER: // Texture data source
  /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...]
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 158 read_only = pbo_target == GL_PIXEL_UNPACK_BUFFER;
221 GL_PIXEL_UNPACK_BUFFER,
  /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/deqp/framework/opengl/
gluStateReset.cpp 435 gl.bindBuffer(GL_PIXEL_UNPACK_BUFFER, 0);
    [all...]
gluStrUtil.inl 386 case GL_PIXEL_UNPACK_BUFFER: return "GL_PIXEL_UNPACK_BUFFER";
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 391 case GL_PIXEL_UNPACK_BUFFER:
487 case GL_PIXEL_UNPACK_BUFFER:
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 144 case GL_PIXEL_UNPACK_BUFFER: return "pixel_unpack";
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 92 public static final int GL_PIXEL_UNPACK_BUFFER = 0x88EC;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 150 #define GL_PIXEL_UNPACK_BUFFER 0x88EC
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 150 #define 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...]

Completed in 980 milliseconds

1 2 3 4 5 6