HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 401 - 425 of 446) sorted by null

<<1112131415161718

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 15 #include "libGLESv2/Program.h"
108 Program *program = mContext->getCurrentProgram(); local
112 translated[attributeIndex].active = (program->getSemanticIndex(attributeIndex) != -1);
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 1484 EAS_U32 program; local
    [all...]
  /external/libpcap/
gencode.c 361 pcap_compile(pcap_t *p, struct bpf_program *program,
403 program->bf_insns = icode_to_fcode(root, &len);
404 program->bf_len = len;
417 struct bpf_program *program,
426 ret = pcap_compile(p, program, buf, optimize, mask);
436 pcap_freecode(struct bpf_program *program)
438 program->bf_len = 0;
439 if (program->bf_insns != NULL) {
440 free((char *)program->bf_insns);
441 program->bf_insns = NULL
    [all...]
  /external/elfutils/
elfutils.spec 89 --infodir=%{_infodir} --program-prefix=%{_programprefix} --enable-shared
  /external/bison/djgpp/
config.bat 9 Rem This program is free software; you can redistribute it and/or modify
14 Rem This program is distributed in the hope that it will be useful,
20 Rem along with this program; if not, write to the Free Software Foundation,
  /external/blktrace/btreplay/doc/
btreplay.tex 4 % This program is free software; you can redistribute it and/or modify
9 % This program is distributed in the hope that it will be useful,
15 % along with this program; if not, write to the Free Software
  /external/expat/conftools/
ltmain.sh 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful, but
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
36 # The name of this program:
44 PROGRAM=ltmain.sh
457 $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
892 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
    [all...]
  /external/llvm/autoconf/
ltmain.sh 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful, but
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
36 # The name of this program:
44 PROGRAM=ltmain.sh
457 $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
892 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 24 #include "libGLESv2/Program.h"
163 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
858 void Context::deleteProgram(GLuint program)
860 mResourceManager->deleteProgram(program);
917 Program *Context::getProgram(GLuint handle)
997 void Context::useProgram(GLuint program)
1000 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
1002 if (priorProgram != program)
1004 Program *newProgram = mResourceManager->getProgram(program);
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 5 * This program is free software; you can redistribute it and/or modify
39 "This program is free software. You can distribute it and/or modify it\n"
46 "This program is free software; you can redistribute it and/or modify\n"
50 "This program is distributed in the hope that it will be useful,\n"
56 "along with this program; if not, write to the Free Software\n"
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 18 # This program is free software; you can redistribute it and/or
23 # This program is distributed in the hope that it will be useful, but
29 # along with this program; if not, write to the Free Software
100 # Command line of profiled program.
858 print(" PROGRAM TOTALS\n");
1000 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
    [all...]
  /external/zlib/contrib/pascal/
example.pas 14 program example;
  /dalvik/vm/mterp/x86-atom/
footer.S 120 SAVE_PC_FP_TO_GLUE %ecx # save program counter and frame pointer
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 7 % This program is free software; you can redistribute it and/or modify
12 % This program is distributed in the hope that it will be useful,
18 % along with this program; if not, write to the Free Software
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 347 ;or filter coeff is {64, 64}. This simplified program only works in this situation.
  /external/netperf/
netlib.c 348 (NULL != program) ? program : "getopt", pch, optopt);
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 129 ;;; program to crash horribly, without so much as a warning at
  /external/zlib/contrib/masmx86/
match686.asm 144 ;;; program to crash horribly, without so much as a warning at
gvmat32.asm 638 ;;; program to crash horribly, without so much as a warning at
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 234 GLboolean (GL_APIENTRY *GLDispatch::glIsProgram)(GLuint program) = NULL;
  /dalvik/vm/mterp/armv5te/
footer.S 403 mov r0,rPC @ r0<- program counter
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 150 that can be used to make a program automatically pick between ciphers, hashes and PRNGs at run-time. That means your
257 To include the prototypes for \textit{LibTomCrypt.a} into your own program simply include \textit{tomcrypt.h} like so:
    [all...]

Completed in 1230 milliseconds

<<1112131415161718