HomeSort by relevance Sort by last modified time
    Searched refs:buffers (Results 176 - 200 of 703) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/i915/
i915_winsys.h 97 * Validate buffers for usage in this batchbuffer.
101 * @buffers array to buffers to validate
105 struct i915_winsys_buffer **buffers,
115 * @offset add this to the reloc buffers address
i915_context.h 161 /* texture image buffers */
393 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
396 void i915_clear_render(struct pipe_context *pipe, unsigned buffers,
399 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 62 Vector<Buffer> *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/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 204 int[] buffers,
210 java.nio.IntBuffer buffers
222 int[] buffers,
228 java.nio.IntBuffer buffers
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 8 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
10 void glGenBuffers ( GLsizei n, GLuint *buffers )
checks.spec 28 glDeleteBuffers check buffers n
40 glGenBuffers check buffers n
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.h 110 int registerBuffers(uint32_t num_buffers, buffer_handle_t **buffers);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 134 int nbuffers; /* Number of buffers */
135 Multibuffer *buffers; /* Buffers */ member in struct:__anon38938
169 int max_buffers; /* most buffers for this visual */
170 int depth; /* depth of buffers to be created */
193 Multibuffer* /* buffers */
204 Multibuffer* /* buffers */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 134 int nbuffers; /* Number of buffers */
135 Multibuffer *buffers; /* Buffers */ member in struct:__anon40528
169 int max_buffers; /* most buffers for this visual */
170 int depth; /* depth of buffers to be created */
193 Multibuffer* /* buffers */
204 Multibuffer* /* buffers */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 134 int nbuffers; /* Number of buffers */
135 Multibuffer *buffers; /* Buffers */ member in struct:__anon42043
169 int max_buffers; /* most buffers for this visual */
170 int depth; /* depth of buffers to be created */
193 Multibuffer* /* buffers */
204 Multibuffer* /* buffers */,
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 103 buffer_handle_t *buffers);
226 Buffers *mNextBuffers;
241 Buffers *buffers);
264 Buffers *buffers; member in struct:android::EmulatedFakeCamera2::ReadoutThread::InFlightQueue
277 Buffers *mBuffers;
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 101 const std::vector<media::PictureBuffer>& buffers) {
107 for (uint32 i = 0; i < buffers.size(); i++) {
108 const media::PictureBuffer& buffer = buffers[i];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 161 /* texture image buffers */
393 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
396 void i915_clear_render(struct pipe_context *pipe, unsigned buffers,
399 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 76 void clearCallbackBuffers_l(JNIEnv *env, Vector<jbyteArray> *buffers);
78 jbyteArray getCallbackBuffer(JNIEnv *env, Vector<jbyteArray> *buffers, size_t bufferSize);
102 bool mManualBufferMode; // Whether to use application managed buffers.
197 JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize)
202 if (!buffers->isEmpty()) {
203 ALOGV("Using callback buffer from queue of length %d", buffers->size());
204 jbyteArray globalBuffer = buffers->itemAt(0);
205 buffers->removeAt(0);
245 ALOGV("Out of buffers, clearing callback!");
372 // of buffers for throttling
    [all...]
  /system/core/libpixelflinger/
picker.cpp 44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_dri.c 180 xcb_dri2_dri2_buffer_t *buffers, *back_left; local
196 buffers = xcb_dri2_get_buffers_buffers(reply);
197 if (!buffers) {
203 if (buffers[i].attachment == XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT) {
204 back_left = &buffers[i];
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 180 xcb_dri2_dri2_buffer_t *buffers, *back_left; local
196 buffers = xcb_dri2_get_buffers_buffers(reply);
197 if (!buffers) {
203 if (buffers[i].attachment == XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT) {
204 back_left = &buffers[i];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 427 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
454 assert(input->offset < brw->vb.buffers[input->buffer].bo->size);
494 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
515 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
541 if (brw->vb.current_buffers[i].handle != brw->vb.buffers[i].bo->handle ||
542 brw->vb.current_buffers[i].stride != brw->vb.buffers[i].stride ||
543 brw->vb.current_buffers[i].step_rate != brw->vb.buffers[i].step_rate)
546 d = brw->vb.buffers[i].offset - brw->vb.current_buffers[i].offset;
558 drm_intel_bo_unreference(brw->vb.buffers[j].bo);
621 struct brw_vertex_buffer *buffer = &brw->vb.buffers[i]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 292 StringBuffer[] buffers = new StringBuffer[10]; field in class:DB_Results.LogWriter
298 if (++this.depth >= this.buffers.length) {
300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth);
302 StringBuffer buffer = this.buffers[this.depth];
303 if (this.buffers[this.depth] == null) buffer = this.buffers[this.depth] = new StringBuffer();
311 this.buffers[this.depth].append(log);
318 print(this.buffers[i].toString());
326 this.buffers = new StringBuffer[10]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 427 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
454 assert(input->offset < brw->vb.buffers[input->buffer].bo->size);
494 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
515 struct brw_vertex_buffer *buffer = &brw->vb.buffers[j];
541 if (brw->vb.current_buffers[i].handle != brw->vb.buffers[i].bo->handle ||
542 brw->vb.current_buffers[i].stride != brw->vb.buffers[i].stride ||
543 brw->vb.current_buffers[i].step_rate != brw->vb.buffers[i].step_rate)
546 d = brw->vb.buffers[i].offset - brw->vb.current_buffers[i].offset;
558 drm_intel_bo_unreference(brw->vb.buffers[j].bo);
621 struct brw_vertex_buffer *buffer = &brw->vb.buffers[i]
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 37 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
39 : mCblk(cblk), mBuffers(buffers), mFrameCount(frameCount), mFrameSize(frameSize),
47 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
49 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), mEpoch(0)
464 StaticAudioTrackClientProxy::StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers,
466 : AudioTrackClientProxy(cblk, buffers, frameCount, frameSize),
502 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
504 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer),
696 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers,
698 : AudioTrackServerProxy(cblk, buffers, frameCount, frameSize)
    [all...]
  /external/chromium_org/media/webm/
webm_cluster_parser_unittest.cc 97 const WebMClusterParser::BufferQueue* buffers = NULL; local
101 buffers = &audio_buffers;
104 buffers = &video_buffers;
107 buffers = &text_buffers;
114 if (*offset >= buffers->size())
117 scoped_refptr<StreamParserBuffer> buffer = (*buffers)[(*offset)++];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 173 /* Clear currently bound buffers. */
175 unsigned buffers,
235 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
245 /* Try to obtain the access to Hyper-Z buffers if we don't have one. */
267 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
279 if (r300_cbzb_clear_allowed(r300, buffers)) {
293 if (buffers) {
301 buffers, cformat, color, depth, stencil);
468 /* Fallback for buffers. */
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 173 /* Clear currently bound buffers. */
175 unsigned buffers,
235 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
245 /* Try to obtain the access to Hyper-Z buffers if we don't have one. */
267 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
279 if (r300_cbzb_clear_allowed(r300, buffers)) {
293 if (buffers) {
301 buffers, cformat, color, depth, stencil);
468 /* Fallback for buffers. */

Completed in 2366 milliseconds

1 2 3 4 5 6 78 91011>>