/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/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
D | TestParametersMethodProcessor.java | 346 (paramName, paramValue) -> { 348 if (paramValue != null) { 350 expectedClass.isInstance(paramValue), 353 paramValue, 354 paramValue.getClass(),
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.h | 58 void addValueParam(const char *paramName, ParamType paramType, T paramValue); 60 void setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index); 65 T paramValue); 808 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam() argument 811 InitParamValue(paramType, paramValue, &capture.value); in addValueParam() 818 T paramValue, in setValueParamAtIndex() argument 824 InitParamValue(paramType, paramValue, &capture.value); in setValueParamAtIndex() 832 T paramValue) in addEnumParam() argument 835 InitParamValue(paramType, paramValue, &capture.value); in addEnumParam()
|
/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/shadowapi/src/main/java/org/robolectric/util/ |
D | ReflectionHelpers.java | 499 Object paramValue = classParameters[i].val; 500 values[i] = paramValue;
|
/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/angle/src/libANGLE/ |
D | validationES1.cpp | 1569 GLfloat paramValue; in ValidateTexParameterBaseForGLfixed() local 1572 paramValue = ConvertFixedToFloat(static_cast<GLfixed>(params[0])); in ValidateTexParameterBaseForGLfixed() 1576 paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBaseForGLfixed() 1579 ¶mValue); in ValidateTexParameterBaseForGLfixed()
|
D | validationES.cpp | 445 GLfloat paramValue) in ValidateTextureMaxAnisotropyValue() argument 454 if (paramValue < 1 || paramValue > largest) in ValidateTextureMaxAnisotropyValue() 7628 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateTexParameterBase() local 7629 if (!ValidateTextureMaxAnisotropyValue(context, entryPoint, paramValue)) in ValidateTexParameterBase() 7633 ASSERT(static_cast<ParamType>(paramValue) == params[0]); in ValidateTexParameterBase() 7975 GLfloat paramValue = static_cast<GLfloat>(params[0]); in ValidateSamplerParameterBase() local 7976 if (!ValidateTextureMaxAnisotropyValue(context, entryPoint, paramValue)) in ValidateSamplerParameterBase()
|
/external/skia/src/gpu/geometry/ |
D | GrAAConvexTessellator.cpp | 1027 static void draw_point(SkCanvas* canvas, const SkPoint& p, SkScalar paramValue, bool stroke) { in draw_point() argument 1029 SkASSERT(paramValue <= 1.0f); in draw_point() 1030 int gs = int(255*paramValue); in draw_point()
|
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 1828 const spirv::IdRef paramValue = accessChainLoad( in loadAllParams() local 1831 parameters.push_back(paramValue); in loadAllParams() 2049 spirv::IdRef paramValue; in createFunctionCall() local 2054 paramValue = accessChainLoad(¶m, argType, nullptr); in createFunctionCall() 2059 paramValue = accessChainCollapse(¶m); in createFunctionCall() 2076 paramValue = accessChainLoad(¶m, argType, nullptr); in createFunctionCall() 2078 paramValue, nullptr); in createFunctionCall() 2081 paramValue = tempVarIds[paramIndex]; in createFunctionCall() 2084 parameters.push_back(paramValue); in createFunctionCall()
|