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

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 769 public void glDeleteBuffers(int n, int[] buffers, int offset) {
773 public void glDeleteBuffers(int n, IntBuffer buffers) {
777 public void glGenBuffers(int n, int[] buffers, int offset) {
781 public void glGenBuffers(int n, IntBuffer buffers) {
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 198 List<RequestedBufferInfo> buffers; member in struct:qcamera::QCamera3HardwareInterface::__anon1614
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 125 static void s_glDeleteBuffers(void *self, GLsizei n, const GLuint * buffers);
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 244 ScopedPtrHashMap<unsigned, Buffer> buffers; member in struct:cc::TestWebGraphicsContext3D::Namespace
  /external/chromium_org/third_party/libva/va/
va_backend.h 158 VABufferID *buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 219 const struct pipe_vertex_buffer *buffers)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h 126 uint32_t vbo_user; /* bitmask of vertex buffers pointing to user memory */
127 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */
226 extern void nv50_clear(struct pipe_context *, unsigned buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h 131 uint32_t vbo_user; /* bitmask of vertex buffers pointing to user memory */
233 extern void nvc0_clear(struct pipe_context *, unsigned buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 371 /** List of buffers with queued transfers */
413 unsigned buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 310 * Clear the specified set of currently bound buffers to specified values.
311 * The entire buffers are cleared (no scissor, no colormask, etc).
313 * \param buffers bitfield of PIPE_CLEAR_* values.
319 unsigned buffers,
469 * Bind an array of buffers to be mapped into the address space of
470 * the GLOBAL resource. Any buffers that were previously bound
474 * \param count number of consecutive buffers to map.
475 * \param resources array of pointers to the buffers to map, it
492 * nevertheless migrate buffers on the fly, leading to resource
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_private.h 89 VAStatus vlVaRenderPicture (VADriverContextP ctx,VAContextID context,VABufferID *buffers,int num_buffers);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 146 GLvoid StubGLDeleteBuffers(GLsizei n, const GLuint* buffers) {
147 glDeleteBuffersARB(n, buffers);
251 GLvoid StubGLGenBuffers(GLsizei n, GLuint* buffers) {
252 glGenBuffersARB(n, buffers);
  /external/kernel-headers/original/linux/mtd/
nand.h 275 * Do not change the order of buffers. databuf and oobrbuf must be in
306 * @buffers: buffer structure for read/write
383 struct nand_buffers buffers; member in struct:nand_chip
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 219 const struct pipe_vertex_buffer *buffers)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 126 uint32_t vbo_user; /* bitmask of vertex buffers pointing to user memory */
127 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */
226 extern void nv50_clear(struct pipe_context *, unsigned buffers,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 131 uint32_t vbo_user; /* bitmask of vertex buffers pointing to user memory */
233 extern void nvc0_clear(struct pipe_context *, unsigned buffers,
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 371 /** List of buffers with queued transfers */
413 unsigned buffers,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 310 * Clear the specified set of currently bound buffers to specified values.
311 * The entire buffers are cleared (no scissor, no colormask, etc).
313 * \param buffers bitfield of PIPE_CLEAR_* values.
319 unsigned buffers,
469 * Bind an array of buffers to be mapped into the address space of
470 * the GLOBAL resource. Any buffers that were previously bound
474 * \param count number of consecutive buffers to map.
475 * \param resources array of pointers to the buffers to map, it
492 * nevertheless migrate buffers on the fly, leading to resource
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 89 VAStatus vlVaRenderPicture (VADriverContextP ctx,VAContextID context,VABufferID *buffers,int num_buffers);
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 559 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
563 int[] buffers,
567 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
571 java.nio.IntBuffer buffers
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1239 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
1243 int[] buffers,
1247 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
1251 java.nio.IntBuffer buffers
1263 // C function void glGenBuffers ( GLsizei n, GLuint *buffers )
1267 int[] buffers,
1271 // C function void glGenBuffers ( GLsizei n, GLuint *buffers )
1275 java.nio.IntBuffer buffers
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 29 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
51 void glGenBuffers ( GLsizei n, GLuint *buffers )
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 210 List<RequestedBufferInfo> buffers; member in struct:qcamera::QCamera3HardwareInterface::__anon33059
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 220 struct nand_buffers buffers; member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 220 struct nand_buffers buffers; member in struct:nand_chip

Completed in 4394 milliseconds

<<11121314151617181920>>