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

1 2 3 4 5 6

  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 544 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
545 GLU_CHECK_CALL(glBufferData(GL_PIXEL_PACK_BUFFER, readDataSize, NULL, GL_STREAM_READ));
549 const deUint8* bufferData = (const deUint8*)glMapBufferRange(GL_PIXEL_PACK_BUFFER, 0, readDataSize, GL_MAP_READ_BIT);
554 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, 0));
572 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
573 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,
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 109 bool is_pixel_pack = pbo_target == GL_PIXEL_PACK_BUFFER;
117 /* In case of GL_PIXEL_PACK_BUFFER, pass null pointer for the pixel
372 pbo_tex_image = create_texture_for_pbo(ctx, false, 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 143 case GL_PIXEL_PACK_BUFFER: return "pixel_pack";
593 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0);
785 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0);
glsLongStressCase.cpp 113 GL_PIXEL_PACK_BUFFER,
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 40 case GL_PIXEL_PACK_BUFFER: // Pixel read target
GL2Encoder.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 700 if (target == GL_PIXEL_PACK_BUFFER)
  /external/deqp/framework/opengl/
gluStateReset.cpp 434 gl.bindBuffer(GL_PIXEL_PACK_BUFFER, 0);
    [all...]
gluStrUtil.inl 385 case GL_PIXEL_PACK_BUFFER: return "GL_PIXEL_PACK_BUFFER";
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 388 case GL_PIXEL_PACK_BUFFER:
484 case GL_PIXEL_PACK_BUFFER:
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 91 public static final int GL_PIXEL_PACK_BUFFER = 0x88EB;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 149 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 149 #define 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...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [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...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 563 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 561 #define GL_PIXEL_PACK_BUFFER 0x88EB
    [all...]

Completed in 1051 milliseconds

1 2 3 4 5 6