Home
last modified time | relevance | path

Searched refs:texcoords (Results 1 – 25 of 43) sorted by relevance

12

/external/angle/util/
Dgeometry_utils.cpp120 result->texcoords.resize(24); in GenerateCubeGeometry()
121 result->texcoords[0] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
122 result->texcoords[1] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
123 result->texcoords[2] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
124 result->texcoords[3] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
125 result->texcoords[4] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
126 result->texcoords[5] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
127 result->texcoords[6] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
128 result->texcoords[7] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
129 result->texcoords[8] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
[all …]
Dgeometry_utils.h42 std::vector<angle::Vector2> texcoords; member
/external/angle/src/libANGLE/renderer/metal/shaders/
Dcommon.h74 static inline float3 cubeTexcoords(float2 texcoords, int face) in cubeTexcoords() argument
76 texcoords = 2.0 * texcoords - 1.0; in cubeTexcoords()
80 return float3(1.0, -texcoords.y, -texcoords.x); in cubeTexcoords()
82 return float3(-1.0, -texcoords.y, texcoords.x); in cubeTexcoords()
84 return float3(texcoords.x, 1.0, texcoords.y); in cubeTexcoords()
86 return float3(texcoords.x, -1.0, -texcoords.y); in cubeTexcoords()
88 return float3(texcoords.x, -texcoords.y, 1.0); in cubeTexcoords()
90 return float3(-texcoords.x, -texcoords.y, -1.0); in cubeTexcoords()
92 return float3(texcoords, 0); in cubeTexcoords()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1005 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_nearest_1d()
1012 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_1d()
1022 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_linear_1d()
1029 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); in sample_linear_1d()
1039 const GLfloat texcoords[][4], in sample_lambda_1d()
1057 texcoords[i], rgba[i]); in sample_lambda_1d()
1062 texcoords[i], rgba[i]); in sample_lambda_1d()
1065 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1069 sample_1d_linear_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
1073 sample_1d_nearest_mipmap_linear(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c264 float texcoords[4]; in emit_draw_packet() local
271 flip_y, texcoords); in emit_draw_packet()
275 verts[2] = texcoords[0]; in emit_draw_packet()
276 verts[3] = texcoords[3]; in emit_draw_packet()
280 verts[6] = texcoords[1]; in emit_draw_packet()
281 verts[7] = texcoords[3]; in emit_draw_packet()
285 verts[10] = texcoords[1]; in emit_draw_packet()
286 verts[11] = texcoords[2]; in emit_draw_packet()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c415 float texcoords[4]; local
422 flip_y, texcoords);
426 verts[2] = texcoords[0];
427 verts[3] = texcoords[3];
431 verts[6] = texcoords[1];
432 verts[7] = texcoords[3];
436 verts[10] = texcoords[1];
437 verts[11] = texcoords[2];
/external/deqp-deps/amber/tests/cases/
Dminfilter.expect_fail.amber60 BUFFER texcoords DATA_TYPE vec2<float> DATA
80 VERTEX_DATA texcoords LOCATION 1
91 VERTEX_DATA texcoords LOCATION 1
102 VERTEX_DATA texcoords LOCATION 1
Ddraw_png_texture.amber46 BUFFER texcoords DATA_TYPE vec2<float> DATA
58 VERTEX_DATA texcoords LOCATION 1
Ddraw_combined_image_sampler.amber56 BUFFER texcoords DATA_TYPE vec2<float> DATA
75 VERTEX_DATA texcoords LOCATION 1
Dmagfilter_linear.amber57 BUFFER texcoords DATA_TYPE vec2<float> DATA
77 VERTEX_DATA texcoords LOCATION 1
Dmagfilter_nearest.amber57 BUFFER texcoords DATA_TYPE vec2<float> DATA
77 VERTEX_DATA texcoords LOCATION 1
Dgraphics_descriptor_array_combined_image_sampler.amber60 BUFFER texcoords DATA_TYPE vec2<float> DATA
79 VERTEX_DATA texcoords LOCATION 1
Dgraphics_descriptor_array_sampled_image.amber61 BUFFER texcoords DATA_TYPE vec2<float> DATA
81 VERTEX_DATA texcoords LOCATION 1
Daddress_modes_float.amber83 BUFFER texcoords DATA_TYPE vec2<float> DATA
113 VERTEX_DATA texcoords LOCATION 1
Ddraw_sampled_image.amber68 BUFFER texcoords DATA_TYPE vec2<float> DATA
88 VERTEX_DATA texcoords LOCATION 1
Daddress_modes_int.amber83 BUFFER texcoords DATA_TYPE vec2<float> DATA
113 VERTEX_DATA texcoords LOCATION 1
Dmultiple_samplers.amber77 BUFFER texcoords DATA_TYPE vec2<float> DATA
99 VERTEX_DATA texcoords LOCATION 1
Ddraw_rectangles_depth_test_d24s8.amber76 BUFFER texcoords DATA_TYPE vec2<float> DATA
117 VERTEX_DATA texcoords LOCATION 1
Ddraw_rectangles_depth_test_x8d24.amber76 BUFFER texcoords DATA_TYPE vec2<float> DATA
117 VERTEX_DATA texcoords LOCATION 1
Ddraw_rectangles_depth_test.amber76 BUFFER texcoords DATA_TYPE vec2<float> DATA
117 VERTEX_DATA texcoords LOCATION 1
/external/mesa3d/docs/gallium/
Dpipeline.txt9 texcoords, fog) ] User vertices / arrays
93 | such as texcoords) |
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/
Dd32_sfloat.amber97 BUFFER texcoords DATA_TYPE vec2<float> DATA
138 VERTEX_DATA texcoords LOCATION 1
Dd24_unorm.amber95 BUFFER texcoords DATA_TYPE vec2<float> DATA
137 VERTEX_DATA texcoords LOCATION 1
Dd16_unorm.amber95 BUFFER texcoords DATA_TYPE vec2<float> DATA
137 VERTEX_DATA texcoords LOCATION 1
/external/angle/samples/simple_vertex_shader/
DSimpleVertexShader.cpp113 glVertexAttribPointer(mTexcoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mCube.texcoords.data()); in draw()

12