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

1 2 3

  /external/chromium_org/third_party/angle/tests/angle_tests/
PBOExtensionTest.cpp 24 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
25 glBufferData(GL_PIXEL_PACK_BUFFER, 4 * getWindowWidth() * getWindowHeight(), NULL, GL_STATIC_DRAW);
26 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
84 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
87 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
114 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
124 GLvoid * mappedPtr = glMapBufferRangeEXT(GL_PIXEL_PACK_BUFFER, 0, 32, GL_MAP_READ_BIT);
140 glUnmapBufferOES(GL_PIXEL_PACK_BUFFER);
ReadPixelsTest.cpp 22 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
23 glBufferData(GL_PIXEL_PACK_BUFFER, 4 * getWindowWidth() * getWindowHeight(), NULL, GL_STATIC_DRAW);
24 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
126 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
129 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
153 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
163 GLvoid * mappedPtr = glMapBufferRange(GL_PIXEL_PACK_BUFFER, 0, 32, GL_MAP_READ_BIT);
179 glUnmapBuffer(GL_PIXEL_PACK_BUFFER);
189 glBindBuffer(GL_PIXEL_PACK_BUFFER, mPBO);
194 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 542 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
543 GLU_CHECK_CALL(glBufferData(GL_PIXEL_PACK_BUFFER, readRefrence.getLevel(0).getDataSize(), NULL, GL_STREAM_READ));
547 const deUint8* bufferData = (const deUint8*)glMapBufferRange(GL_PIXEL_PACK_BUFFER, 0, readRefrence.getLevel(0).getDataSize(), GL_MAP_READ_BIT);
552 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, 0));
570 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
571 GLU_CHECK_CALL(glUnmapBuffer(GL_PIXEL_PACK_BUFFER));
es3fBufferWriteTests.cpp 443 GL_PIXEL_PACK_BUFFER,
565 GL_PIXEL_PACK_BUFFER,
632 << DataStoreSpec(GL_PIXEL_PACK_BUFFER, GL_STATIC_DRAW, 504)
746 PARTIAL_SPECIFY_CASE(high_3, "High part of buffer specified with two calls", GL_PIXEL_PACK_BUFFER, GL_STREAM_READ, 1200,
es3fBufferCopyTests.cpp 247 GL_PIXEL_PACK_BUFFER,
es3fBufferObjectQueryTests.cpp 241 GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER
es3fBufferMapTests.cpp 558 GL_PIXEL_PACK_BUFFER,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 91 public static final int GL_PIXEL_PACK_BUFFER = 0x88EB;
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 142 case GL_PIXEL_PACK_BUFFER: return "pixel_pack";
592 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0);
784 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0);
glsLongStressCase.cpp 113 GL_PIXEL_PACK_BUFFER,
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 566 if (target == GL_PIXEL_PACK_BUFFER)
  /external/deqp/framework/opengl/
gluStateReset.cpp 335 gl.bindBuffer(GL_PIXEL_PACK_BUFFER, 0);
    [all...]
gluStrUtil.inl 359 case GL_PIXEL_PACK_BUFFER: return "GL_PIXEL_PACK_BUFFER";
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 136 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 146 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 91 public static final int GL_PIXEL_PACK_BUFFER = 0x88EB;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 772 GL_PIXEL_PACK_BUFFER(0x88EB),
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.cpp 1021 case GL_PIXEL_PACK_BUFFER: return mPack.pixelBuffer.get();
    [all...]
validationES.cpp 114 case GL_PIXEL_PACK_BUFFER:
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]

Completed in 272 milliseconds

1 2 3