/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.c | 63 static const float verts[4][2][4] = { local 83 PIPE_USAGE_STATIC, sizeof(verts)); 84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
|
filters.h | 41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t 49 /* name inner shaders verts init run */
|
postprocess.h | 60 unsigned int *verts; member in struct:pp_queue_t
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.c | 63 static const float verts[4][2][4] = { local 83 PIPE_USAGE_STATIC, sizeof(verts)); 84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
|
filters.h | 41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t 49 /* name inner shaders verts init run */
|
postprocess.h | 60 unsigned int *verts; member in struct:pp_queue_t
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_context.h | 39 SWvertex *verts; member in struct:__anon13412
|
ss_triangle.c | 118 SWvertex *verts = swsetup->verts; local 119 SWvertex *v0 = &verts[e0]; 120 SWvertex *v1 = &verts[e1]; 121 SWvertex *v2 = &verts[e2]; 216 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local 222 _swrast_Point( ctx, &verts[VB->Elts[i]] ); 227 _swrast_Point( ctx, &verts[i] ); 233 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts local [all...] |
ss_tritmp.h | 37 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local 47 v[0] = &verts[e0]; 48 v[1] = &verts[e1]; 49 v[2] = &verts[e2];
|
/external/mesa3d/src/mesa/swrast_setup/ |
ss_context.h | 39 SWvertex *verts; member in struct:__anon23879
|
ss_triangle.c | 118 SWvertex *verts = swsetup->verts; local 119 SWvertex *v0 = &verts[e0]; 120 SWvertex *v1 = &verts[e1]; 121 SWvertex *v2 = &verts[e2]; 216 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local 222 _swrast_Point( ctx, &verts[VB->Elts[i]] ); 227 _swrast_Point( ctx, &verts[i] ); 233 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts local [all...] |
ss_tritmp.h | 37 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local 47 v[0] = &verts[e0]; 48 v[1] = &verts[e1]; 49 v[2] = &verts[e2];
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Canvas_VertexModeTest.java | 41 float[] verts = new float[10]; local 51 verts, 64 verts, 77 verts,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_util.c | 61 /* This is only used for temporary verts. 125 if (draw->pipeline.verts) 128 char *verts = draw->pipeline.verts; local 132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID; 133 verts += stride;
|
draw_pipe.c | 178 verts + stride * (i0), \ 179 verts + stride * (i1), \ 180 verts + stride * (i2) ); \ 187 verts + stride * (i0), \ 188 verts + stride * (i1) ); \ 193 do_point( draw, verts + stride * (i0) ); \ 230 draw->pipeline.verts = (char *)vert_info->verts; 262 vert_info->verts, 268 draw->pipeline.verts = NULL 321 char *verts = ((char*)vert_info->verts) + local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.c | 407 float verts[12]; local 415 verts[0] = dst_x_offset; 416 verts[1] = dst_y_offset + reg_height; 417 verts[2] = texcoords[0]; 418 verts[3] = texcoords[3]; 420 verts[4] = dst_x_offset + reg_width; 421 verts[5] = dst_y_offset + reg_height; 422 verts[6] = texcoords[1]; 423 verts[7] = texcoords[3]; 425 verts[8] = dst_x_offset + reg_width [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 282 float verts[12]; local 290 verts[0] = dst_x_offset; 291 verts[1] = dst_y_offset + reg_height; 292 verts[2] = texcoords[0]; 293 verts[3] = texcoords[3]; 295 verts[4] = dst_x_offset + reg_width; 296 verts[5] = dst_y_offset + reg_height; 297 verts[6] = texcoords[1]; 298 verts[7] = texcoords[3]; 300 verts[8] = dst_x_offset + reg_width [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_util.c | 61 /* This is only used for temporary verts. 125 if (draw->pipeline.verts) 128 char *verts = draw->pipeline.verts; local 132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID; 133 verts += stride;
|
draw_pipe.c | 178 verts + stride * (i0), \ 179 verts + stride * (i1), \ 180 verts + stride * (i2) ); \ 187 verts + stride * (i0), \ 188 verts + stride * (i1) ); \ 193 do_point( draw, verts + stride * (i0) ); \ 230 draw->pipeline.verts = (char *)vert_info->verts; 262 vert_info->verts, 268 draw->pipeline.verts = NULL 321 char *verts = ((char*)vert_info->verts) + local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.c | 407 float verts[12]; local 415 verts[0] = dst_x_offset; 416 verts[1] = dst_y_offset + reg_height; 417 verts[2] = texcoords[0]; 418 verts[3] = texcoords[3]; 420 verts[4] = dst_x_offset + reg_width; 421 verts[5] = dst_y_offset + reg_height; 422 verts[6] = texcoords[1]; 423 verts[7] = texcoords[3]; 425 verts[8] = dst_x_offset + reg_width [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 282 float verts[12]; local 290 verts[0] = dst_x_offset; 291 verts[1] = dst_y_offset + reg_height; 292 verts[2] = texcoords[0]; 293 verts[3] = texcoords[3]; 295 verts[4] = dst_x_offset + reg_width; 296 verts[5] = dst_y_offset + reg_height; 297 verts[6] = texcoords[1]; 298 verts[7] = texcoords[3]; 300 verts[8] = dst_x_offset + reg_width [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_vb.c | 52 GLubyte *verts = GET_VERTEX_STORE(); local 54 GLuint *dst = (GLuint *)(verts + (edst * size)); 55 GLuint *src = (GLuint *)(verts + (esrc * size)); 63 GLubyte *verts = GET_VERTEX_STORE(); local 65 GLuint *dst = (GLuint *)(verts + (edst * size)); 66 GLuint *src = (GLuint *)(verts + (esrc * size)); 73 GLubyte *verts = GET_VERTEX_STORE(); local 75 GLuint *dst = (GLuint *)(verts + (edst * size)); 76 GLuint *src = (GLuint *)(verts + (esrc * size));
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_vb.c | 52 GLubyte *verts = GET_VERTEX_STORE(); local 54 GLuint *dst = (GLuint *)(verts + (edst * size)); 55 GLuint *src = (GLuint *)(verts + (esrc * size)); 63 GLubyte *verts = GET_VERTEX_STORE(); local 65 GLuint *dst = (GLuint *)(verts + (edst * size)); 66 GLuint *src = (GLuint *)(verts + (esrc * size)); 73 GLubyte *verts = GET_VERTEX_STORE(); local 75 GLuint *dst = (GLuint *)(verts + (edst * size)); 76 GLuint *src = (GLuint *)(verts + (esrc * size));
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.cpp | 335 GLfloat verts[] = { -1.0f, -1.0f, 0.0f, local 357 s_gl.glVertexPointer(3, GL_FLOAT, 0, verts);
|
/external/chromium_org/media/tools/player_x11/ |
gl_video_renderer.cc | 235 float verts[8]; local 240 verts[0] = x0; verts[1] = y0; 241 verts[2] = x0; verts[3] = y1; 242 verts[4] = x1; verts[5] = y0; 243 verts[6] = x1; verts[7] = y1; 244 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, verts); [all...] |