/external/mesa3d/src/mesa/vbo/ |
vbo.h | 186 _es_VertexAttrib1f(GLuint indx, GLfloat x); 189 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values); 192 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y); 195 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values); 198 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z); 201 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values); 204 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values);
|
/external/opencv/cvaux/src/ |
cvbgfg_acmmm2003.cpp | 501 int dist, min_dist = 2147483647, indx = -1; local 536 indx = k; 541 if( indx < 0 ) 543 indx = model->params.N2cc - 1; 544 PV_CC(indx) = alpha; 545 PVB_CC(indx) = alpha; 549 V_CC(indx,l) = prev_data[l]; 550 V_CC(indx,l+3) = curr_data[l]; 555 PV_CC(indx) += alpha; 558 PVB_CC(indx) += alpha 609 int dist, min_dist = 2147483647, indx = -1; local [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_entry.cpp | 141 void glVertexAttrib1f(GLuint indx, GLfloat x); 142 void glVertexAttrib1fv(GLuint indx, const GLfloat* values); 143 void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y); 144 void glVertexAttrib2fv(GLuint indx, const GLfloat* values); 145 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z); 146 void glVertexAttrib3fv(GLuint indx, const GLfloat* values); 147 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 148 void glVertexAttrib4fv(GLuint indx, const GLfloat* values); 149 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr); 210 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen) [all...] |
/external/opencv3/modules/cudalegacy/src/cuda/ |
fgd.cu | 428 int indx = -1; 473 indx = k; 477 if (indx < 0) 480 indx = N2cc - 1; 481 c_stat.PV_CC(i, j, indx) = alpha; 482 c_stat.PVB_CC(i, j, indx) = alpha; 485 c_stat.V1_CC<OT>(i, j, indx) = Output<OT>::make(prevVal.x, prevVal.y, prevVal.z); 486 c_stat.V2_CC<OT>(i, j, indx) = Output<OT>::make(curVal.x, curVal.y, curVal.z); 491 c_stat.PV_CC(i, j, indx) += alpha; 495 c_stat.PVB_CC(i, j, indx) += alpha [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
ieee.c | 530 bfd_vma indx; local 533 if (! ieee_read_number (info, pp, &indx)) 536 if ((bfd_vma) s->target_index == indx) 588 unsigned int indx) 594 if (indx < BUILTIN_TYPE_COUNT 595 && info->types.builtins[indx] != DEBUG_TYPE_NULL) 596 return info->types.builtins[indx]; 600 if (indx >= 32 && indx < 64) 603 ieee_builtin_type (info, p, indx - 32)) 828 bfd_vma indx; local 3274 bfd_vma indx; local 3652 unsigned int indx; member in struct:ieee_type_class 3676 unsigned int indx; member in struct:ieee_write_type 3750 unsigned int indx; member in struct:ieee_defined_enum 3785 unsigned int indx; member in struct:ieee_modified_array_type 5195 unsigned int indx; local 5228 unsigned int indx; local 5316 unsigned int indx; local 5443 unsigned int indx; local 5730 unsigned int indx; local 5769 unsigned int indx; local 5935 unsigned int indx; local 6102 unsigned int indx; local 6605 unsigned int indx; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 83 # element 'cha ' as ['indx'] 84 # element 'clin' as ['indx'] 85 # element 'cpar' as ['indx'] 86 # element 'ctxt' as ['indx'] 87 # element 'cwor' as ['indx']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 83 # element 'cha ' as ['indx'] 84 # element 'clin' as ['indx'] 85 # element 'cpar' as ['indx'] 86 # element 'ctxt' as ['indx'] 87 # element 'cwor' as ['indx']
|
/external/ppp/pppd/ |
ipxcp.c | 264 int indx; local 271 for (indx = 0; indx < 5; ++indx) { 272 dst[indx] <<= 4; 273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F; 442 int indx; local 443 for (indx = 0; indx < sizeof (ipxcp_wantoptions[0].our_node); ++indx 625 int indx; local 634 int indx; local [all...] |
/external/lzma/C/ |
Ppmd7.c | 19 #define I2U(indx) (p->Indx2Units[indx])
120 static void InsertNode(CPpmd7 *p, void *node, unsigned indx)
122 *((CPpmd_Void_Ref *)node) = p->FreeList[indx];
123 p->FreeList[indx] = REF(node);
126 static void *RemoveNode(CPpmd7 *p, unsigned indx)
128 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]);
129 p->FreeList[indx] = *node;
217 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx)
224 if (p->FreeList[indx] != 0) [all...] |
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCoolingDevice.java | 120 int indx = ThermalUtils.getCoolingDeviceIndexContains(mDeviceName); local 121 if (indx != -1) { 122 mThrottlePath = ThermalManager.sCoolingDeviceBasePath + indx +
|
ThermalSensor.java | 61 int indx = ThermalUtils.getThermalZoneIndex(mSensorName); local 65 if (indx == -1 && mSensorName.contains("battery")) { 66 indx = ThermalUtils.getThermalZoneIndexContains("battery"); 69 if (indx != -1) { 70 mSensorPath = ThermalManager.sSysfsSensorBasePath + indx + "/"; 73 mSensorSysfsIndx = indx;
|
VirtualThermalZone.java | 55 int indx = ThermalUtils.getThermalZoneIndex(getZoneName()); local 56 if (indx == -1) { 60 String uEventDevPath = ThermalManager.sUEventDevPath + indx; 61 setEmulTempPath(ThermalManager.sSysfsSensorBasePath + indx + "/emul_temp");
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.h | 282 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value); 284 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values); 286 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values); 288 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values); 290 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribIPointer(GrGLuint indx, 296 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribPointer(GrGLuint indx,
|
GrGLNoOpInterface.cpp | 385 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value) { 388 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values) { 391 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values) { 394 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values) { 397 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribIPointer(GrGLuint indx, 404 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribPointer(GrGLuint indx,
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathValidatorExceptionTest.java | 222 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local 223 for (int j = 0; j < indx.length; j++) { 226 new CertPathValidatorException(msgs[i], tCause, null, indx[j]); 230 + ", certPath is null and index is " + indx[j]); 284 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local 286 for (int j = 0; j < indx.length; j++) { 289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]); 293 + ", certPath is null and index is " + indx[j]);
|
/toolchain/binutils/binutils-2.25/bfd/ |
cofflink.c | 81 ret->indx = -1; 911 bfd_size_type indx; 913 indx = _bfd_stringtab_add (flaginfo.strtab, 916 if (indx == (bfd_size_type) -1) 918 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx; 910 bfd_size_type indx; local 1681 long indx; local 1767 bfd_size_type indx; local 1897 long indx; local 1996 bfd_size_type indx; local 2020 unsigned long indx; local 2204 long indx; local 2465 long indx; local 2602 bfd_size_type indx; local [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
main.c | 48 static uint32_t viddec_fw_get_total_input_Q_data(uint32_t indx) 55 rcv_q = &fwipc->rcv_q[indx]; 57 ret = (_dmem.stream_info[indx].buffered_data) ? CONFIG_IPC_MESSAGE_MAX_SIZE:0; 66 * [in] indx: stream id number of the last stream that was scheduled. 77 uint32_t mfd_round_robin(uint32_t pri, int32_t *qnum, int32_t indx) 85 indx++; 86 if(indx >= CONFIG_IPC_FW_MAX_RX_QUEUES) indx = 0; 90 if( (_dmem.stream_info[indx].state == 1) 91 && (_dmem.stream_info[indx].priority == pri) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 183 # element 'cwin' as ['indx', 'name', 'rang'] 184 # element 'docu' as ['indx', 'name', 'rang'] 209 # element 'cha ' as ['indx', 'rang', 'rele'] 220 # element 'cha ' as ['indx', 'rele', 'rang', 'test'] 221 # element 'clin' as ['indx', 'rang', 'rele'] 227 # element 'cha ' as ['indx', 'rele', 'rang'] 229 # element 'clin' as ['indx', 'rang', 'rele']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 183 # element 'cwin' as ['indx', 'name', 'rang'] 184 # element 'docu' as ['indx', 'name', 'rang'] 209 # element 'cha ' as ['indx', 'rang', 'rele'] 220 # element 'cha ' as ['indx', 'rele', 'rang', 'test'] 221 # element 'clin' as ['indx', 'rang', 'rele'] 227 # element 'cha ' as ['indx', 'rele', 'rang'] 229 # element 'clin' as ['indx', 'rang', 'rele']
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
test1xcoff32.d | 27 AUX indx 4 prmhsh 0 snhsh 0 typ 2 algn 0 clss 0 stb 0 snstb 0 29 AUX indx 4 prmhsh 0 snhsh 0 typ 2 algn 0 clss 0 stb 0 snstb 0 31 AUX indx 4 prmhsh 0 snhsh 0 typ 2 algn 0 clss 0 stb 0 snstb 0 33 AUX indx 4 prmhsh 0 snhsh 0 typ 2 algn 0 clss 0 stb 0 snstb 0 35 AUX indx 4 prmhsh 0 snhsh 0 typ 2 algn 0 clss 0 stb 0 snstb 0
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 268 Word16 indx[] // (o) : index of 10 pulses (sign+position) 281 indx[i] = -1; 308 if (indx[track] < 0) 310 indx[track] = index; 314 if (((index ^ indx[track]) & 8) == 0) 318 if (sub (indx[track], index) <= 0) 320 indx[track + 5] = index; 324 indx[track + 5] = indx[track]; 325 indx[track] = index [all...] |
/external/deqp/doc/ |
GLES2 Negative API Functions.txt | 189 o glVertexAttrib1f (GLuint indx, GLfloat x); 190 o glVertexAttrib1fv (GLuint indx, const GLfloat* values); 191 o glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y); 192 o glVertexAttrib2fv (GLuint indx, const GLfloat* values); 193 o glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z); 194 o glVertexAttrib3fv (GLuint indx, const GLfloat* values); 195 o glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 196 o glVertexAttrib4fv (GLuint indx, const GLfloat* values); 197 o glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 184 void glVertexAttrib1f (deUint32 indx, float x); 185 void glVertexAttrib1fv (deUint32 indx, const float* values); 186 void glVertexAttrib2f (deUint32 indx, float x, float y); 187 void glVertexAttrib2fv (deUint32 indx, const float* values); 188 void glVertexAttrib3f (deUint32 indx, float x, float y, float z); 189 void glVertexAttrib3fv (deUint32 indx, const float* values); 190 void glVertexAttrib4f (deUint32 indx, float x, float y, float z, float w); 191 void glVertexAttrib4fv (deUint32 indx, const float* values); 192 void glVertexAttribPointer (deUint32 indx, int size, deUint32 type, deBool normalized, int stride, const void* ptr);
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathValidatorExceptionTest.java | 218 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local 219 for (int j = 0; j < indx.length; j++) { 222 new CertPathValidatorException(msgs[i], tCause, null, indx[j]); 226 + ", certPath is null and index is " + indx[j]); 280 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local 282 for (int j = 0; j < indx.length; j++) { 285 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]); 289 + ", certPath is null and index is " + indx[j]);
|