OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newparam
(Results
1 - 18
of
18
) sorted by null
/external/collada/include/1.4/dom/
domEffect.h
61
* The
newparam
element allows you to create new effect parameters which can
135
* Gets the
newparam
element array.
136
* @return Returns a reference to the array of
newparam
elements.
140
* Gets the
newparam
element array.
141
* @return Returns a constant reference to the array of
newparam
elements.
domProfile_COMMON.h
514
* Gets the
newparam
element array.
515
* @return Returns a reference to the array of
newparam
elements.
519
* Gets the
newparam
element array.
520
* @return Returns a constant reference to the array of
newparam
elements.
659
* Gets the
newparam
element array.
660
* @return Returns a reference to the array of
newparam
elements.
664
* Gets the
newparam
element array.
665
* @return Returns a constant reference to the array of
newparam
elements.
domProfile_GLES.h
791
* Gets the
newparam
element array.
792
* @return Returns a reference to the array of
newparam
elements.
796
* Gets the
newparam
element array.
797
* @return Returns a constant reference to the array of
newparam
elements.
949
* Gets the
newparam
element array.
950
* @return Returns a reference to the array of
newparam
elements.
954
* Gets the
newparam
element array.
955
* @return Returns a constant reference to the array of
newparam
elements.
[
all
...]
domProfile_CG.h
922
* Gets the
newparam
element array.
923
* @return Returns a reference to the array of
newparam
elements.
927
* Gets the
newparam
element array.
928
* @return Returns a constant reference to the array of
newparam
elements.
[
all
...]
domProfile_GLSL.h
914
* Gets the
newparam
element array.
915
* @return Returns a reference to the array of
newparam
elements.
919
* Gets the
newparam
element array.
920
* @return Returns a constant reference to the array of
newparam
elements.
[
all
...]
domTypes.h
243
FX_SURFACE_TYPE_ENUM_UNTYPED, /**< When a surface's type attribute is set to UNTYPED, its type is initially unknown and established later by the context in which it is used, such as by a texture sampler that references it. A surface of any other type may be changed into an UNTYPED surface at run-time, as if it were created by <
newparam
>, using <setparam>. If there is a type mismatch between a <setparam> operation and what the run-time decides the type should be, the result is profile- and platform-specific behavior. */
[
all
...]
/external/collada/src/1.4/dom/
domEffect.cpp
65
mea->setName( "
newparam
" );
domProfile_CG.cpp
75
mea->setName( "
newparam
" );
197
mea->setName( "
newparam
" );
domProfile_COMMON.cpp
57
mea->setName( "
newparam
" );
142
mea->setName( "
newparam
" );
domProfile_GLES.cpp
57
mea->setName( "
newparam
" );
161
mea->setName( "
newparam
" );
domProfile_GLSL.cpp
75
mea->setName( "
newparam
" );
178
mea->setName( "
newparam
" );
domConstants.cpp
[
all
...]
/system/core/sh/
options.c
274
char **
newparam
;
local
279
ap =
newparam
= ckmalloc((nparam + 1) * sizeof *ap);
287
shellparam.p =
newparam
;
/external/opencv/cvaux/include/
cvvidsurv.hpp
118
CvDefParam*
NewParam
(const char* name)
158
NewParam
(name)->pDouble = pAddr;
162
NewParam
(name)->pFloat=pAddr;
166
NewParam
(name)->pInt=pAddr;
170
CvDefParam* pP =
NewParam
(name);
181
CvDefParam* p =
NewParam
(name);
[
all
...]
/external/v8/tools/
profile.js
601
var
newParam
= f(node, pair.param);
604
morePairsToProcess.push({node: child, param:
newParam
}); });
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaDeclCXX.cpp
385
ParmVarDecl *
NewParam
= New->getParamDecl(p);
387
if (OldParam->hasDefaultArg() &&
NewParam
->hasDefaultArg()) {
399
NewParam
->setHasInheritedDefaultArg();
401
NewParam
->setUninstantiatedDefaultArg(
404
NewParam
->setDefaultArg(OldParam->getInit());
412
// for
NewParam
to find the last source location in the type... but it
418
Diag(
NewParam
->getLocation(), DiagDefaultParamID)
419
<<
NewParam
->getDefaultArgRange();
437
NewParam
->setHasInheritedDefaultArg();
439
NewParam
->setUninstantiatedDefaultArg
[
all
...]
Completed in 214 milliseconds