Searched defs:uv (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/flatland/
H A DRenderers.cpp60 mUVAttribLoc = glGetAttribLocation(mGradPgm, "uv");
90 const float uv[] = { local
102 glVertexAttribPointer(mUVAttribLoc, 2, GL_FLOAT, GL_FALSE, 0, uv);
H A DComposers.cpp37 mUVAttribLoc = glGetAttribLocation(mBlitPgm, "uv");
70 const float uv[] = { local
78 glVertexAttribPointer(mUVAttribLoc, 2, GL_FLOAT, GL_FALSE, 0, uv);
/frameworks/rs/driver/runtime/
H A Drs_sample.c425 float uv, uint32_t lod) {
430 float pixelUV = uv * (float)(sourceW);
457 float uv, uint32_t lod) {
460 int32_t iPixel = (int32_t)(uv * (float)(sourceW));
471 float2 uv, uint32_t lod) {
478 float pixelU = uv.x * sourceW;
479 float pixelV = uv.y * sourceH;
519 float2 uv, uint32_t lod) {
526 int2 iPixel = convert_int2(uv * dimF);
535 rsSample(rs_allocation a, rs_sampler s, float uv, floa argument
422 sample_LOD_LinearPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, float uv, uint32_t lod) argument
454 sample_LOD_NearestPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, float uv, uint32_t lod) argument
467 sample_LOD_LinearPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, rs_sampler_value wrapT, float2 uv, uint32_t lod) argument
515 sample_LOD_NearestPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, rs_sampler_value wrapT, float2 uv, uint32_t lod) argument
587 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) argument
634 rsSample(rs_allocation a, rs_sampler s, float2 uv) argument
[all...]

Completed in 84 milliseconds