/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
geometry_utils.cpp | 106 result->texcoords.resize(24); 107 result->texcoords[ 0] = Vector2(0.0f, 0.0f); 108 result->texcoords[ 1] = Vector2(0.0f, 1.0f); 109 result->texcoords[ 2] = Vector2(1.0f, 1.0f); 110 result->texcoords[ 3] = Vector2(1.0f, 0.0f); 111 result->texcoords[ 4] = Vector2(1.0f, 0.0f); 112 result->texcoords[ 5] = Vector2(1.0f, 1.0f); 113 result->texcoords[ 6] = Vector2(0.0f, 1.0f); 114 result->texcoords[ 7] = Vector2(0.0f, 0.0f); 115 result->texcoords[ 8] = Vector2(0.0f, 0.0f) [all...] |
geometry_utils.h | 28 std::vector<Vector2> texcoords; member in struct:CubeGeometry
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 498 * Compute nearest integer texcoords for given texobj and coordinate. 547 * Compute linear integer texcoords for given texobj and coordinate. 1002 const GLfloat texcoords[][4], const GLfloat lambda[], 1009 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); 1019 const GLfloat texcoords[][4], const GLfloat lambda[], 1026 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); 1036 const GLfloat texcoords[][4], 1054 texcoords[i], rgba[i]); 1059 texcoords[i], rgba[i]); 1062 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart [all...] |
s_context.h | 57 GLuint n, const GLfloat texcoords[][4],
|
s_texcombine.c | 658 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) 702 span->end, texcoords, lambda, texels ); 724 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) 772 span->end, texcoords, lambda, texels );
|
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 498 * Compute nearest integer texcoords for given texobj and coordinate. 547 * Compute linear integer texcoords for given texobj and coordinate. 1002 const GLfloat texcoords[][4], const GLfloat lambda[], 1009 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); 1019 const GLfloat texcoords[][4], const GLfloat lambda[], 1026 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); 1036 const GLfloat texcoords[][4], 1054 texcoords[i], rgba[i]); 1059 texcoords[i], rgba[i]); 1062 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart [all...] |
s_context.h | 57 GLuint n, const GLfloat texcoords[][4],
|
s_texcombine.c | 650 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) 694 span->end, texcoords, lambda, texels ); 716 const GLfloat (*texcoords)[4] = (const GLfloat (*)[4]) 764 span->end, texcoords, lambda, texels );
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 255 * Calculate texcoords for given image region. 281 float texcoords[4]; local 288 flip_y, texcoords); 292 verts[2] = texcoords[0]; 293 verts[3] = texcoords[3]; 297 verts[6] = texcoords[1]; 298 verts[7] = texcoords[3]; 302 verts[10] = texcoords[1]; 303 verts[11] = texcoords[2];
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 255 * Calculate texcoords for given image region. 281 float texcoords[4]; local 288 flip_y, texcoords); 292 verts[2] = texcoords[0]; 293 verts[3] = texcoords[3]; 297 verts[6] = texcoords[1]; 298 verts[7] = texcoords[3]; 302 verts[10] = texcoords[1]; 303 verts[11] = texcoords[2];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.c | 380 * Calculate texcoords for given image region. 406 float texcoords[4]; local 413 flip_y, texcoords); 417 verts[2] = texcoords[0]; 418 verts[3] = texcoords[3]; 422 verts[6] = texcoords[1]; 423 verts[7] = texcoords[3]; 427 verts[10] = texcoords[1]; 428 verts[11] = texcoords[2];
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.c | 380 * Calculate texcoords for given image region. 406 float texcoords[4]; local 413 flip_y, texcoords); 417 verts[2] = texcoords[0]; 418 verts[3] = texcoords[3]; 422 verts[6] = texcoords[1]; 423 verts[7] = texcoords[3]; 427 verts[10] = texcoords[1]; 428 verts[11] = texcoords[2];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_state.h | 126 uint32_t texcoords; member in struct:nv30_fragprog
|
nv30_fragprog.c | 120 PUSH_DATA (push, fp->texcoords);
|
nvfx_fragprog.c | 935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.h | 126 uint32_t texcoords; member in struct:nv30_fragprog
|
nv30_fragprog.c | 120 PUSH_DATA (push, fp->texcoords);
|
nvfx_fragprog.c | 935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); [all...] |
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/ |
PostSubBuffer.cpp | 134 glVertexAttribPointer(mTexcoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mCube.texcoords.data());
|
/external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/ |
SimpleVertexShader.cpp | 121 glVertexAttribPointer(mTexcoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mCube.texcoords.data());
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | 214 GLfloat Sright, Ttop; /**< right, top texcoords */ 283 const char *texcoords; member in struct:glsl_sampler [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 214 GLfloat Sright, Ttop; /**< right, top texcoords */ 283 const char *texcoords; member in struct:glsl_sampler [all...] |