HomeSort by relevance Sort by last modified time
    Searched full:buffers (Results 426 - 450 of 2624) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/
dynamic_message.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
dynamic_message_unittest.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
test_util.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unknown_field_set.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/io/
printer.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
printer.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 52 void *buffer1; /* Our shadow buffers */
86 SDL_bool lock_redraw; /* Prevent redraw till buffers are setup */
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 753 public void glDeleteBuffers(int n, IntBuffer buffers) {
754 ((GL11)mGL).glDeleteBuffers(n, buffers);
758 public void glDeleteBuffers(int n, int[] buffers, int offset) {
759 ((GL11)mGL).glDeleteBuffers(n, buffers, offset);
768 public void glGenBuffers(int n, IntBuffer buffers) {
769 ((GL11)mGL).glGenBuffers(n, buffers);
773 public void glGenBuffers(int n, int[] buffers, int offset) {
774 ((GL11)mGL).glGenBuffers(n, buffers, offset);
  /external/skia/src/gpu/gl/
GrGpuGL.h 151 // binds appropriate vertex and index buffers, also returns any extra
243 // we want to clear stencil buffers when they are created. We want to clear
  /external/valgrind/main/coregrind/
pub_core_demangle.h 51 the specified buffers. Returns a Bool indicating whether the
54 or the other (or both) of the output buffers becomes full. Passing
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_cb.h 38 * which will also go into the internal overflow buffers.
73 * Writes out the specified byte output bytes to the target byte buffer or to converter internal buffers.
  /external/webkit/Source/WebCore/platform/
SharedBuffer.h 83 // Calling this function will force internal segmented buffers
130 // Calling this function will force internal segmented buffers
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 104 // Currently all buffers are updated synchronously at the same time so there is no real need
105 // to have separate back and front buffers. Just use the existing buffer.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_AudioCommon.h 216 /**< the table of buffers (unused buffers are set to NULL) */
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c 88 /* Set the pointer to the beginning of the output data buffers */
93 /* Set the pointer to the beginning of the input data buffers */
M4VIFI_RGB565toYUV420.c 89 /* Set the pointer to the beginning of the output data buffers */
94 /* Set the pointer to the beginning of the input data buffers */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Process.c 47 /* LVM_ALIGNMENTERROR When either the input our output buffers are not 32-bit */
137 * Process the data with managed buffers
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 263 /* This function is used to clear the internal audio buffers of the module. */
297 /* 1. The input and output buffers must be 32-bit aligned */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 73 * The coefficient buffers must be updated in accordance with the
129 /* Aligning the local buffers */
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 227 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
231 int[] buffers,
235 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
239 java.nio.IntBuffer buffers
251 // C function void glGenBuffers ( GLsizei n, GLuint *buffers )
255 int[] buffers,
259 // C function void glGenBuffers ( GLsizei n, GLuint *buffers )
263 java.nio.IntBuffer buffers
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 52 // Returns a cross-correlation score for the specified buffers.
102 // Flushes the buffers associated with the scaler.
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 113 // Buffers to be passed to gl*Pointer() functions
118 // Buffers with multi-byte datatypes (e.g., short, int, float)

Completed in 684 milliseconds

<<11121314151617181920>>