OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vbo
(Results
26 - 35
of
35
) sorted by null
1
2
/external/mesa3d/src/mesa/vbo/
vbo_exec_api.c
56
/** ID/name for immediate-mode
VBO
*/
128
/* probably ran out of memory earlier when allocating the
VBO
*/
154
struct vbo_context *
vbo
= vbo_context(ctx);
local
162
GLfloat *current = (GLfloat *)
vbo
->currval[i].Ptr;
170
if (exec->vtx.attrtype[i] !=
vbo
->currval[i].Type ||
179
vbo
->currval[i].Size = exec->vtx.attrsz[i];
180
vbo
->currval[i]._ElementSize =
vbo
->currval[i].Size * sizeof(GLfloat);
181
vbo
->currval[i].Type = exec->vtx.attrtype[i];
182
vbo
->currval[i].Integer
214
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
242
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
1183
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
[
all
...]
vbo_exec_array.c
70
struct vbo_context *
vbo
= vbo_context(ctx);
local
71
struct vbo_exec_context *exec = &
vbo
->exec;
74
/* check the current glBegin/glVertex/glEnd-style
VBO
*/
221
* Map
VBO
if needed.
352
struct vbo_context *
vbo
= vbo_context(ctx);
local
353
struct vbo_exec_context *exec = &
vbo
->exec;
395
* Set the
vbo
->exec->inputs[] pointers to point to the enabled
405
struct vbo_context *
vbo
= vbo_context(ctx);
local
406
struct vbo_exec_context *exec = &
vbo
->exec;
423
inputs[i] = &
vbo
->currval[VBO_ATTRIB_POS+i]
523
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
561
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
586
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
811
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
1137
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
1291
struct
vbo
_context *
vbo
=
vbo
_context(ctx);
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h
264
struct i915_winsys_buffer *
vbo
;
member in struct:i915_context
/external/chromium_org/third_party/mesa/src/src/mesa/main/
api_arrayelt.c
67
struct gl_buffer_object *
vbo
[VERT_ATTRIB_MAX];
member in struct:__anon19137
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_context.h
264
struct i915_winsys_buffer *
vbo
;
member in struct:i915_context
/external/mesa3d/src/mesa/main/
api_arrayelt.c
67
struct gl_buffer_object *
vbo
[VERT_ATTRIB_MAX];
member in struct:__anon7475
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h
463
struct pipe_resource*
vbo
;
member in struct:r300_context
464
/* Offset and size into the SW TCL
VBO
. */
467
/* Whether the
VBO
must not be flushed. */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c
224
GLuint
VBO
;
235
GLuint
VBO
;
250
GLuint
VBO
;
272
GLuint
VBO
;
293
GLuint
VBO
;
311
GLuint
VBO
, FBO, RBO, Sampler;
321
GLuint
VBO
;
2368
GLuint
vbo
;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_context.h
463
struct pipe_resource*
vbo
;
member in struct:r300_context
464
/* Offset and size into the SW TCL
VBO
. */
467
/* Whether the
VBO
must not be flushed. */
/external/mesa3d/src/mesa/drivers/common/
meta.c
224
GLuint
VBO
;
235
GLuint
VBO
;
250
GLuint
VBO
;
272
GLuint
VBO
;
293
GLuint
VBO
;
311
GLuint
VBO
, FBO, RBO, Sampler;
321
GLuint
VBO
;
2368
GLuint
vbo
;
local
[
all
...]
Completed in 600 milliseconds
1
2