/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mipmap.c | 53 bytes_per_pixel(GLenum datatype, GLuint comps) 67 return b * comps; 153 * \param comps number of components per pixel (1..4) 156 do_row(GLenum datatype, GLuint comps, GLint srcWidth, 163 ASSERT(comps >= 1); 164 ASSERT(comps <= 4); 170 if (datatype == GL_UNSIGNED_BYTE && comps == 4) { 183 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) { 195 else if (datatype == GL_UNSIGNED_BYTE && comps == 2) { 206 else if (datatype == GL_UNSIGNED_BYTE && comps == 1) 1897 GLuint comps; local [all...] |
mipmap.h | 34 GLenum datatype, GLuint comps,
|
texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local 157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; 161 dst += comps;
|
texcompress_rgtc.c | 57 unsigned i, unsigned j, GLubyte *value, unsigned comps); 60 unsigned i, unsigned j, GLbyte *value, unsigned comps); 63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) 68 curaddr = srcaddr + j * srcRowStride * comps; 71 curaddr += comps; 77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) 82 curaddr = srcaddr + j * srcRowStride * comps; 85 curaddr += comps;
|
eval.c | 555 GLuint comps; local 560 comps = _mesa_evaluator_components(target); 561 if (!comps) { 574 n = map1d->Order * comps; 578 n = map2d->Uorder * map2d->Vorder * comps; 647 GLuint comps; local 652 comps = _mesa_evaluator_components(target); 653 if (!comps) { 666 n = map1d->Order * comps; 670 n = map2d->Uorder * map2d->Vorder * comps; 741 GLuint comps; local [all...] |
/external/mesa3d/src/mesa/main/ |
mipmap.c | 46 bytes_per_pixel(GLenum datatype, GLuint comps) 60 return b * comps; 146 * \param comps number of components per pixel (1..4) 149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, 156 ASSERT(comps >= 1); 157 ASSERT(comps <= 4); 163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) { 176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) { 188 else if (datatype == GL_UNSIGNED_BYTE && comps == 2) { 199 else if (datatype == GL_UNSIGNED_BYTE && comps == 1) 1890 GLuint comps; local [all...] |
mipmap.h | 34 GLenum datatype, GLuint comps,
|
texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local 157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; 161 dst += comps;
|
texcompress_rgtc.c | 57 unsigned i, unsigned j, GLubyte *value, unsigned comps); 60 unsigned i, unsigned j, GLbyte *value, unsigned comps); 63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) 68 curaddr = srcaddr + j * srcRowStride * comps; 71 curaddr += comps; 77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) 82 curaddr = srcaddr + j * srcRowStride * comps; 85 curaddr += comps;
|
eval.c | 555 GLuint comps; local 560 comps = _mesa_evaluator_components(target); 561 if (!comps) { 574 n = map1d->Order * comps; 578 n = map2d->Uorder * map2d->Vorder * comps; 647 GLuint comps; local 652 comps = _mesa_evaluator_components(target); 653 if (!comps) { 666 n = map1d->Order * comps; 670 n = map2d->Uorder * map2d->Vorder * comps; 741 GLuint comps; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 166 * \param comps number of components per pixel (1..4) 169 do_row(enum dtype datatype, uint comps, int srcWidth, 176 assert(comps >= 1); 177 assert(comps <= 4); 183 if (datatype == DTYPE_UBYTE && comps == 4) { 196 else if (datatype == DTYPE_UBYTE && comps == 3) { 208 else if (datatype == DTYPE_UBYTE && comps == 2) { 219 else if (datatype == DTYPE_UBYTE && comps == 1) { 230 else if (datatype == DTYPE_USHORT && comps == 4) { 243 else if (datatype == DTYPE_USHORT && comps == 3) 966 uint comps; local 988 uint comps; local 1032 uint comps; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 166 * \param comps number of components per pixel (1..4) 169 do_row(enum dtype datatype, uint comps, int srcWidth, 176 assert(comps >= 1); 177 assert(comps <= 4); 183 if (datatype == DTYPE_UBYTE && comps == 4) { 196 else if (datatype == DTYPE_UBYTE && comps == 3) { 208 else if (datatype == DTYPE_UBYTE && comps == 2) { 219 else if (datatype == DTYPE_UBYTE && comps == 1) { 230 else if (datatype == DTYPE_USHORT && comps == 4) { 243 else if (datatype == DTYPE_USHORT && comps == 3) 966 uint comps; local 988 uint comps; local 1032 uint comps; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_entropymv.h | 95 nmv_component comps[2]; member in struct:__anon17739 123 nmv_component_counts comps[2]; member in struct:__anon17741
|
vp9_entropymv.c | 177 inc_mv_component(mv->row, &counts->comps[0], 1, 1); 181 inc_mv_component(mv->col, &counts->comps[1], 1, 1); 206 nmv_component *comp = &fc->comps[i]; 207 const nmv_component *pre_comp = &pre_fc->comps[i]; 208 const nmv_component_counts *c = &counts->comps[i];
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.h | 95 nmv_component comps[2]; member in struct:__anon8604 123 nmv_component_counts comps[2]; member in struct:__anon8606
|
vp9_entropymv.c | 177 inc_mv_component(mv->row, &counts->comps[0], 1, 1); 181 inc_mv_component(mv->col, &counts->comps[1], 1, 1); 206 nmv_component *comp = &fc->comps[i]; 207 const nmv_component *pre_comp = &pre_fc->comps[i]; 208 const nmv_component_counts *c = &counts->comps[i];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropymv.h | 95 nmv_component comps[2]; member in struct:__anon19787 123 nmv_component_counts comps[2]; member in struct:__anon19789
|
vp9_entropymv.c | 177 inc_mv_component(mv->row, &counts->comps[0], 1, 1); 181 inc_mv_component(mv->col, &counts->comps[1], 1, 1); 206 nmv_component *comp = &fc->comps[i]; 207 const nmv_component *pre_comp = &pre_fc->comps[i]; 208 const nmv_component_counts *c = &counts->comps[i];
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
tcd.c | 60 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; 221 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; 295 OPJ_INT32 value; /*, matrice[tcd_tcp->numlayers][tcd_tile->comps[0].numresolutions][3]; */ 304 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; 311 * (OPJ_FLOAT32) (tcd->image->comps[compno].prec / 16.0)); 329 OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan equal to zero */ 409 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; 459 maxSE += (((OPJ_FLOAT64)(1 << tcd->image->comps[compno].prec) - 1.0) 460 * ((OPJ_FLOAT64)(1 << tcd->image->comps[compno].prec) -1.0)) 590 p_tcd->tcd_image->tiles->comps = (opj_tcd_tilecomp_t *) opj_malloc(l_tile_comp_size) [all...] |
pi.h | 101 opj_pi_comp_t *comps; member in struct:opj_pi_iterator
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
imageinfo.js | 108 var comps = 0; 117 comps = data.getByteAt(offset + 7, true) 135 bpp : comps * 8,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_mock.py | 76 def absolute_path(self, *comps): 77 return self._filesystem.join(self.checkout_root, *comps)
|
/external/gcc-demangle/ |
cp-demangle.h | 104 struct demangle_component *comps; member in struct:d_info
|
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.h | 104 struct demangle_component *comps; member in struct:d_info
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_parse.cpp | 90 op.comps = 0; 93 op.comps = 1; 97 op.comps = 4; 173 for(unsigned i = 0; i < op.comps; ++i) 178 for(unsigned i = 0; i < op.comps; ++i) 284 dcl.indexable_temp.comps = read32();
|