/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.hpp | 53 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/ |
D | ProfileTreeGrammarHelper.cs | 68 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()
|
D | DebugTreeGrammarHelper.cs | 68 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/ |
D | drcDec_gainDecoder.cpp | 187 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()
|
D | drcDec_gainDecoder.h | 205 const int paramValue);
|
/external/angle/src/libANGLE/ |
D | FrameCapture.h | 54 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()
|
D | validationES1.cpp | 1382 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, ¶mValue); in ValidateTexParameterBaseForGLfixed()
|
D | validationES.cpp | 408 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/ |
D | mime_utils.cc | 146 const std::string& paramValue) { in AppendParameter() argument 149 mime += brillo::string_utils::Join("=", paramName, EncodeParam(paramValue)); in AppendParameter()
|
D | mime_utils.h | 116 const std::string& paramValue) WARN_UNUSED_RESULT;
|
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/util/ |
D | ReflectionHelpers.java | 474 Object paramValue = classParameters[i].val; 475 values[i] = paramValue;
|
/external/angle/src/tests/gl_tests/ |
D | WebGLFramebufferTest.cpp | 209 GLint paramValue = 0; in getRenderbufferParameter() local 210 glGetRenderbufferParameteriv(GL_RENDERBUFFER, paramName, ¶mValue); in getRenderbufferParameter() 211 return paramValue; in getRenderbufferParameter()
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 1007 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/ |
D | GrAAConvexTessellator.cpp | 995 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()
|