Home
last modified time | relevance | path

Searched refs:paramValue (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.hpp53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue, in AtomicOperation() argument
57 , m_paramValue(paramValue) in AtomicOperation()
109 AtomicOperationAdd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAdd() argument
110 : AtomicOperation("atomicCounterAdd", inputValue, paramValue, 0U, true) in AtomicOperationAdd()
125 AtomicOperationSubtract(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationSubtract() argument
126 : AtomicOperation("atomicCounterSubtract", inputValue, paramValue, 0U, true) in AtomicOperationSubtract()
141 AtomicOperationMin(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMin() argument
142 : AtomicOperation("atomicCounterMin", inputValue, paramValue) in AtomicOperationMin()
157 AtomicOperationMax(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMax() argument
158 : AtomicOperation("atomicCounterMax", inputValue, paramValue) in AtomicOperationMax()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs68 BigInteger paramValue) in ProfileTreeGrammar() argument
73 localMemory[function.GetChild(1).Text] = paramValue; in ProfileTreeGrammar()
80 private CommonTree findFunction(string name, BigInteger paramValue) in findFunction() argument
90 && !new BigInteger(formalPar.Token.Text).Equals(paramValue)) in findFunction()
DDebugTreeGrammarHelper.cs68 BigInteger paramValue) in DebugTreeGrammar() argument
73 localMemory[function.GetChild(1).Text] = paramValue; in DebugTreeGrammar()
80 private CommonTree findFunction(string name, BigInteger paramValue) in findFunction() argument
90 && !BigInteger.Parse(formalPar.Token.Text).Equals(paramValue)) in findFunction()
/external/aac/libDRCdec/src/
DdrcDec_gainDecoder.cpp187 const int paramValue) { in drcDec_GainDecoder_SetParam() argument
190 if (paramValue < 0) return DE_PARAM_OUT_OF_RANGE; in drcDec_GainDecoder_SetParam()
191 hGainDec->frameSize = paramValue; in drcDec_GainDecoder_SetParam()
194 if (paramValue < 0) return DE_PARAM_OUT_OF_RANGE; in drcDec_GainDecoder_SetParam()
195 hGainDec->deltaTminDefault = getDeltaTmin(paramValue); in drcDec_GainDecoder_SetParam()
DdrcDec_gainDecoder.h205 const int paramValue);
/external/angle/src/libANGLE/
DFrameCapture.h54 void addValueParam(const char *paramName, ParamType paramType, T paramValue);
59 T paramValue);
271 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam() argument
274 InitParamValue(paramType, paramValue, &capture.value); in addValueParam()
282 T paramValue) in addEnumParam() argument
285 InitParamValue(paramType, paramValue, &capture.value); in addEnumParam()
DvalidationES1.cpp1382 GLfloat paramValue; in ValidateTexParameterBaseForGLfixed() local
1385 paramValue = ConvertFixedToFloat(static_cast<GLfixed>(params[0])); in ValidateTexParameterBaseForGLfixed()
1389 paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBaseForGLfixed()
1391 return ValidateTexParameterBase(context, target, pname, bufSize, vectorParams, &paramValue); in ValidateTexParameterBaseForGLfixed()
DvalidationES.cpp408 bool ValidateTextureMaxAnisotropyValue(const Context *context, GLfloat paramValue) in ValidateTextureMaxAnisotropyValue() argument
417 if (paramValue < 1 || paramValue > largest) in ValidateTextureMaxAnisotropyValue()
6058 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBase() local
6059 if (!ValidateTextureMaxAnisotropyValue(context, paramValue)) in ValidateTexParameterBase()
6063 ASSERT(static_cast<ParamType>(paramValue) == params[0]); in ValidateTexParameterBase()
6378 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateSamplerParameterBase() local
6379 if (!ValidateTextureMaxAnisotropyValue(context, paramValue)) in ValidateSamplerParameterBase()
/external/libbrillo/brillo/
Dmime_utils.cc146 const std::string& paramValue) { in AppendParameter() argument
149 mime += brillo::string_utils::Join("=", paramName, EncodeParam(paramValue)); in AppendParameter()
Dmime_utils.h116 const std::string& paramValue) WARN_UNUSED_RESULT;
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/util/
DReflectionHelpers.java474 Object paramValue = classParameters[i].val;
475 values[i] = paramValue;
/external/angle/src/tests/gl_tests/
DWebGLFramebufferTest.cpp209 GLint paramValue = 0; in getRenderbufferParameter() local
210 glGetRenderbufferParameteriv(GL_RENDERBUFFER, paramName, &paramValue); in getRenderbufferParameter()
211 return paramValue; in getRenderbufferParameter()
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp1007 static void draw_point(SkCanvas* canvas, const SkPoint& p, SkScalar paramValue, bool stroke) { in draw_point() argument
1009 SkASSERT(paramValue <= 1.0f); in draw_point()
1010 int gs = int(255*paramValue); in draw_point()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp995 static void draw_point(SkCanvas* canvas, const SkPoint& p, SkScalar paramValue, bool stroke) { in draw_point() argument
997 SkASSERT(paramValue <= 1.0f); in draw_point()
998 int gs = int(255*paramValue); in draw_point()