Searched refs:indx (Results 1 - 25 of 43) sorted by last modified time

12

/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl655 [StrictTypeChecking] void vertexAttrib1f(in unsigned long indx, in float x);
656 [StrictTypeChecking, Custom] void vertexAttrib1fv(in unsigned long indx, in Float32Array values);
657 [StrictTypeChecking] void vertexAttrib2f(in unsigned long indx, in float x, in float y);
658 [StrictTypeChecking, Custom] void vertexAttrib2fv(in unsigned long indx, in Float32Array values);
659 [StrictTypeChecking] void vertexAttrib3f(in unsigned long indx, in float x, in float y, in float z);
660 [StrictTypeChecking, Custom] void vertexAttrib3fv(in unsigned long indx, in Float32Array values);
661 [StrictTypeChecking] void vertexAttrib4f(in unsigned long indx, in float x, in float y, in float z, in float w);
662 [StrictTypeChecking, Custom] void vertexAttrib4fv(in unsigned long indx, in Float32Array values);
663 [StrictTypeChecking] void vertexAttribPointer(in unsigned long indx, in long size, in unsigned long type, in boolean normalized,
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp255 size_t indx = m_canvasStates.find(state); local
256 m_canvasStates.remove(indx);
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp379 int indx = max(r - cell->rowSpan() + 1, 0); local
403 pos = m_rowPos[indx] + ch + (m_grid[r].rowRenderer ? spacing : 0);
413 bdesc = max(bdesc, m_rowPos[indx] + ch - (b - cell->intrinsicPaddingBefore()));
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1442 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1449 if (indx >= cftab[mid]) nb = mid; else na = mid;
/external/valgrind/main/cachegrind/
H A Dcg_branchpred.c93 UWord indx; local
104 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
105 tl_assert(indx < N_COUNTERS);
106 if (0) VG_(printf)("index = %d\n", (Int)indx);
109 predicted_taken = counters[ indx ] >= 2;
119 if (counters[indx] < 3)
120 counters[indx]++;
122 if (counters[indx] > 0)
123 counters[indx]--;
126 tl_assert(counters[indx] <
144 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c4191 int len, int indx)
4198 work -> btypevec[indx] = tem;
4190 remember_Btype(struct work_stuff *work, const char *start, int len, int indx) argument
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1466 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1473 if (indx >= cftab[mid]) nb = mid; else na = mid;
/external/valgrind/main/helgrind/
H A Dhg_main.c165 static Int indx = 1; local
174 thread->errmsg_index = indx++;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1464 if (indx >= cftab[mid]) nb = mid; else na = mid;
H A Dvarinfo6.c1495 Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1502 if (indx >= cftab[mid]) nb = mid; else na = mid;
/external/valgrind/main/perf/
H A Dbz2.c1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1464 if (indx >= cftab[mid]) nb = mid; else na = mid;
H A Dtest_input_for_tinycc.c1414 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
1421 if (indx >= cftab[mid]) nb = mid; else na = mid;
/external/skia/include/gpu/gl/
H A DGrGLInterface.h227 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLVertexAttrib4fvProc)(GrGLuint indx, const GrGLfloat* values);
228 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr);
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp81 GrGLvoid GR_GL_FUNCTION_TYPE nullGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values) {} argument
82 GrGLvoid GR_GL_FUNCTION_TYPE nullGLVertexAttribPointer(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr) {} argument
/external/qemu/memcheck/
H A Dmemcheck.c404 uint32_t indx; local
440 for (indx = 0; indx < thread->call_stack_count; indx++) {
441 desc.call_stack[indx] =
442 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
H A Dmemcheck_proc_management.c287 uint32_t indx; local
294 for (indx = 0; indx < thread->call_stack_count; indx++) {
295 if (thread->call_stack[indx].module_path != NULL) {
296 qemu_free(thread->call_stack[indx].module_path);
433 int indx = (int)thread->call_stack_count - 1; local
434 for (; indx >= 0; indx--) {
435 if (thread->call_stack[indx]
[all...]
/external/ppp/pppd/
H A Dipxcp.c264 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 < sizeo
625 int indx; local
634 int indx; local
[all...]
/external/oprofile/libpp/
H A Dformat_output.cpp841 size_t indx = is_module ? 0 : 1; local
867 indx = xml_get_symbol_index(qname);
869 out << init_attr(ID_REF, indx);
873 symbol_details_t & sd = symbol_details[indx];
880 sd.id = indx;
955 size_t indx; local
980 indx = xml_get_symbol_index(qname);
982 indx = xml_get_symbol_index(symqname);
985 out << init_attr(ID_REF, indx);
1006 size_t indx; local
[all...]
/external/openssl/apps/
H A Dsrp.c143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) argument
145 if (indx >= 0 && verbose)
148 char **pp = (char **)sk_OPENSSL_PSTRING_value(db->db->data, indx);
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp501 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)
609 int dist, min_dist = 2147483647, indx = -1; local
[all...]
/external/openssh/
H A Dscp.c729 int fd = -1, haderr, indx; local
733 for (indx = 0; indx < argc; ++indx) {
734 name = argv[indx];
/external/mesa3d/include/GLES2/
H A Dgl2.h606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/libxml2/
H A DHTMLparser.c1191 int indx, i = 0; local
1195 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1196 indx = 0;
1197 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1198 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1257 int i, indx; local
1264 for (indx
2538 int indx = out - buffer; local
2548 int indx = out - buffer; local
2558 int indx = out - buffer; local
2570 int indx = out - buffer; local
2595 int indx = out - buffer; local
3661 int indx; local
[all...]
H A Dc14n.c2168 int indx = out - buffer; local
2171 out = &buffer[indx];

Completed in 661 milliseconds

12