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

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 174 sglr::pdec::ShaderProgramDeclaration decl; local
176 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
177 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
178 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
179 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
186 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));
187 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT3);
190 decl << sglr::pdec::VertexSource("attribute highp vec4 a_position;\n"
199 decl << sglr::pdec::FragmentSource(generateMultiTexFragmentShader(numUnits, unitTypes));
201 return decl;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 250 sglr::pdec::ShaderProgramDeclaration decl; local
252 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
253 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
254 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
255 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
264 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);
265 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT4);
266 decl << sglr::pdec::Uniform(scaleName, glu::TYPE_FLOAT_VEC4);
267 decl << sglr::pdec::Uniform(biasName, glu::TYPE_FLOAT_VEC4);
270 decl << sglr::pdec::VertexSource("#version 300 es\n
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 95 CtClass decl = cb.getDeclaringClass(); local
97 .rebuildStackMapIf6(decl.getClassPool(),
98 decl.getClassFile2());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 305 MethodDeclaration decl = findParentClass(node, MethodDeclaration.class); local
306 if (decl != null) {
307 for (Object obj : decl.parameters()) {
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
250 * Lang.g:10:1: start : decl ;
270 // Lang.g:10:7: ( decl ) // ruleBlockSingleAlt
271 // Lang.g:10:9: decl // alt
279 decl1 = [self decl];
316 * $ANTLR start decl
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
319 - (LangParser_decl_return *) decl
349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAl
    [all...]
LangDumpDecl.m 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
129 * $ANTLR start decl
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
132 - (void) decl
141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt
142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt
144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
185 /* $ANTLR end decl */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 428 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
452 catch(decl,action) ::= <<
453 catch (<e.decl>) {
1155 <scope.attributes:{<it.decl>;}; separator="\n">
1164 <scope.attributes:{<it.decl>;}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 385 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
412 catch(decl,action) ::= <<
413 catch (<e.decl>) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 443 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
471 catch(decl,action) ::= <<
472 except <e.decl>:
    [all...]
  /external/boringssl/linux-x86/crypto/bn/
x86-mont.S 126 decl %ebx
142 decl %ebx
430 decl %ecx
444 decl %ebx
  /external/boringssl/mac-x86/crypto/bn/
x86-mont.S 125 decl %ebx
141 decl %ebx
429 decl %ecx
443 decl %ebx
  /external/clang/include/clang/AST/
Makefile 47 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
hlebad.l 569 [ ]*201[ ]+xacquire decl %ecx
570 [ ]*202[ ]+xacquire lock decl %ecx
571 [ ]*203[ ]+lock xacquire decl %ecx
572 [ ]*204[ ]+xrelease decl %ecx
573 [ ]*205[ ]+xrelease lock decl %ecx
574 [ ]*206[ ]+lock xrelease decl %ecx
575 [ ]*207[ ]+xacquire decl \(%ecx\)
576 [ ]*208[ ]+xrelease decl \(%ecx\)
lock-1.d 24 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%ebx\)
53 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%ebx\)
lock-1.s 19 lock decl (%ebx)
lockbad-1.s 21 lock decl %ebx
x86-64-lock-1.d 25 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%rbx\)
55 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%rbx\)
x86-64-lock-1.s 20 lock decl (%rbx)
x86-64-lockbad-1.s 21 lock decl %ebx
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 1056 String decl = type.getDeclaration(); local
1093 String decl = type.getDeclaration(); local
1147 String decl = type.getDeclaration(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 118 const SVGA3dVertexDecl *decl,
125 hwtnl->cmd.vdecl[i] = *decl;
  /external/v8/src/wasm/
asm-wasm-builder.cc 69 void VisitVariableDeclaration(VariableDeclaration* decl) {}
71 void VisitFunctionDeclaration(FunctionDeclaration* decl) {
74 uint16_t index = LookupOrInsertFunction(decl->proxy()->var());
77 RECURSE(Visit(decl->fun()));
83 void VisitImportDeclaration(ImportDeclaration* decl) {}
85 void VisitExportDeclaration(ExportDeclaration* decl) {}
911 Declaration* decl = decls->at(i); local
912 RECURSE(Visit(decl));
    [all...]

Completed in 585 milliseconds

1 2 3 4 56 7 8 91011>>