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

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/java/time/zone/
ZoneOffsetTransition.java 195 * out.writeOffset(offsetBefore);
196 * out.writeOffset(offsetAfter);
213 Ser.writeOffset(offsetBefore, out);
214 Ser.writeOffset(offsetAfter, out);
Ser.java 221 static void writeOffset(ZoneOffset offset, DataOutput out) throws IOException {
ZoneRules.java 341 * Ser.writeOffset(offset, out);
348 * Ser.writeOffset(offset, out);
379 * static void writeOffset(ZoneOffset offset, DataOutput out) throws IOException {
407 Ser.writeOffset(offset, out);
414 Ser.writeOffset(offset, out);
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_marshalling.cpp 131 int32_t writeOffset = readOffset + counterSizeBytes;
132 int32_t dataOffset = writeOffset + counterSizeBytes;
134 readOffset, writeOffset, counterSizeBytes);
  /external/mesa3d/src/mesa/main/
bufferobj.h 164 GLintptr readOffset, GLintptr writeOffset,
299 GLintptr readOffset, GLintptr writeOffset,
304 GLintptr readOffset, GLintptr writeOffset,
bufferobj.c 831 GLintptr readOffset, GLintptr writeOffset,
846 dstPtr += writeOffset;
851 dstPtr = ctx->Driver.MapBufferRange(ctx, writeOffset, size,
    [all...]
dd.h 651 GLintptr readOffset, GLintptr writeOffset,
    [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 387 size_t writeOffset = offset + 11;
395 mData[writeOffset++] = mData[readOffset++];
399 memmove(&mData[writeOffset], &mData[readOffset], oldSize - readOffset);
401 ALOGE("b/34618607 (%zu %zu %zu %zu)", readOffset, writeOffset, oldSize, mSize);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 501 GLintptr readOffset, GLintptr writeOffset,
518 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0,
  /system/libfmq/include/fmq/
MessageQueue.h     [all...]
  /external/mesa3d/include/GL/
glxext.h 505 typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
506 typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
508 void glXCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
509 void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 500 typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
501 typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
503 void glXCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
504 void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 68 void glCopyBufferSubData ( GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 255 void glCopyBufferSubData (deUint32 readTarget, deUint32 writeTarget, deIntptr readOffset, deIntptr writeOffset, deIntptr size);
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.c 391 GLintptr writeOffset,
gl3stub.h 456 extern GL_APICALL void (* GL_APIENTRY glCopyBufferSubData) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.c 391 GLintptr writeOffset,
gl3stub.h 456 extern GL_APICALL void (* GL_APIENTRY glCopyBufferSubData) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 576 void CallLogWrapper::glCopyBufferSubData (glw::GLenum readTarget, glw::GLenum writeTarget, glw::GLintptr readOffset, glw::GLintptr writeOffset, glw::GLsizeiptr size)
579 m_log << TestLog::Message << "glCopyBufferSubData(" << toHex(readTarget) << ", " << toHex(writeTarget) << ", " << readOffset << ", " << writeOffset << ", " << size << ");" << TestLog::EndMessage;
580 m_gl.copyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]

Completed in 829 milliseconds

1 2 3 4 5 6 7 8