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

1 2 3

  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 452 GL_STREAM_READ,
574 GL_STREAM_READ,
642 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_READ, 1644)
746 PARTIAL_SPECIFY_CASE(high_3, "High part of buffer specified with two calls", GL_PIXEL_PACK_BUFFER, GL_STREAM_READ, 1200,
750 PARTIAL_SPECIFY_CASE(middle_1, "Middle part of buffer specified with single call", GL_PIXEL_UNPACK_BUFFER, GL_STREAM_READ, 2500,
755 PARTIAL_SPECIFY_CASE(middle_3, "Middle part of buffer specified with two calls", GL_ARRAY_BUFFER, GL_STREAM_READ, 2500,
es3fBufferObjectQueryTests.cpp 311 GL_STREAM_DRAW, GL_STREAM_READ,
es3fPixelBufferObjectTests.cpp 543 GLU_CHECK_CALL(glBufferData(GL_PIXEL_PACK_BUFFER, readRefrence.getLevel(0).getDataSize(), NULL, GL_STREAM_READ));
es3fBufferMapTests.cpp 567 GL_STREAM_READ,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bufferobjects.c 217 case GL_STREAM_READ:
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 217 case GL_STREAM_READ:
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 197 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockSize, DE_NULL, GL_STREAM_READ);
318 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, DE_NULL, GL_STREAM_READ);
640 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockSize, DE_NULL, GL_STREAM_READ);
749 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockSize, DE_NULL, GL_STREAM_READ);
    [all...]
es31fComputeShaderBuiltinVarTests.cpp 227 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizeiptr)bufferSize, DE_NULL, GL_STREAM_READ);
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 100 #ifndef GL_STREAM_READ
101 #define GL_STREAM_READ 0x88E1
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 63 public static final int GL_STREAM_READ = 0x88E1;
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 69 GL_STREAM_READ);
  /external/deqp/framework/opengl/
gluStrUtil.inl 385 case GL_STREAM_READ: return "GL_STREAM_READ";
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 108 #define GL_STREAM_READ 0x88E1
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 118 #define GL_STREAM_READ 0x88E1
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 158 case GL_STREAM_READ: return "stream_read";
glsLongStressCase.cpp 91 GL_STREAM_READ,
    [all...]
glsShaderExecUtil.cpp 506 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, outputBufferStride*numValues, DE_NULL, GL_STREAM_READ);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 63 public static final int GL_STREAM_READ = 0x88E1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 746 GL_STREAM_READ(0x88E1),
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 484 GL_STREAM_READ);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 533 #define GL_STREAM_READ 0x88E1
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 533 #define GL_STREAM_READ 0x88E1
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 562 #define GL_STREAM_READ 0x88E1
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 533 #define GL_STREAM_READ 0x88E1
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 533 #define GL_STREAM_READ 0x88E1
    [all...]

Completed in 1126 milliseconds

1 2 3