HomeSort by relevance Sort by last modified time
    Searched refs:indx (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 2136 N_word indx = 0; \/* silence compiler warning *\/ local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 817 int indx; local
823 for (indx = 0;indx < list->nodeNr;indx++)
824 if (list->nodeTab[indx] == node)
826 if (indx >= list->nodeNr)
897 int indx = 0; local
913 indx++;
919 indx = 0;
935 indx--
1029 int indx = 0; local
    [all...]
variables.c 1618 int indx = 0; local
1648 int indx = 0; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
parserInternals.c 282 int indx; local
307 indx = in->cur - in->base;
309 in->cur = &in->buf->buffer->content[indx];
332 int indx; local
345 indx = in->cur - in->base;
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
367 indx = in->cur - in->base;
369 in->cur = &in->buf->buffer->content[indx];
388 int indx; local
425 indx = in->cur - in->base
    [all...]
nanoftp.c 1723 int indx = 0, base; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 573 int indx, i; local
575 indx = encvid->firstIntraRefreshMBIndx;
576 for (i = 0; i < numRefresh && indx < totalMB; i++)
578 (mblock + indx)->mb_intra = 1;
579 encvid->intraSearch[indx++] = 1;
583 if (indx >= totalMB - 1)
585 indx = 0;
586 while (i < numRefresh && indx < totalMB)
588 (mblock + indx)->mb_intra = 1;
589 encvid->intraSearch[indx++] = 1
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 203 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ local
225 col += indx;
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 282 indx = 0
283 while indx < len(ltuple):
284 name = ltuple[indx]
287 indx += 1
289 while indx < len(ltuple): # grab name's options
290 opt, val = ltuple[indx:indx + 2]
295 indx += 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 282 indx = 0
283 while indx < len(ltuple):
284 name = ltuple[indx]
287 indx += 1
289 while indx < len(ltuple): # grab name's options
290 opt, val = ltuple[indx:indx + 2]
295 indx += 2
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 2109 GLuint indx = static_cast<GLuint>(c.indx); local
2118 GLuint indx = static_cast<GLuint>(c.indx); local
2138 GLuint indx = static_cast<GLuint>(c.indx); local
2148 GLuint indx = static_cast<GLuint>(c.indx); local
2168 GLuint indx = static_cast<GLuint>(c.indx); local
2179 GLuint indx = static_cast<GLuint>(c.indx); local
2199 GLuint indx = static_cast<GLuint>(c.indx); local
2211 GLuint indx = static_cast<GLuint>(c.indx); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 313 unsigned long indx; /* current symbol size in bytes (name length+1) */ member in struct:macho_objfmt_output_info
821 info->indx++;
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 97 unsigned long indx; /* current symbol index */ member in struct:xdf_objfmt_output_info
437 sym_data->index = info->indx;
440 info->indx++;
561 info.indx = 0;
564 symtab_count = info.indx;
  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
145 if (indx >= 0 && verbose)
148 char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx);
  /external/openssl/apps/
srp.c 143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
145 if (indx >= 0 && verbose)
148 char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx);

Completed in 1767 milliseconds

1 2 3 4 56 7 8 9