Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp45 const char* generateShaderVarString (TestType testType) in generateShaderVarString()
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString()
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, Buff… in initBufferValidatorPrograms()
DvktProtectedMemStorageBufferTests.cpp209 const SSBOTestType testType, in StorageBufferTestCase()
241 const SSBOTestType testType, in StorageBufferTestInstance()
672 SSBOTestType testType, in createSpecifiedStorageBufferTests()
690 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, … in createRandomizedBufferTests()
705 SSBOTestType testType, in createRWStorageBufferTests()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp89 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
153 const char* getTestTypeName (TestType testType) in getTestTypeName()
288 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
433 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
509 std::string getFunctionParamTypeStr (TestType testType) in getFunctionParamTypeStr()
526 std::string getFunctionSrcParamStr (TestType testType) in getFunctionSrcParamStr()
543 std::string getFunctionDstParamStr (ReadOp readOp, TestType testType) in getFunctionDstParamStr()
656 …tr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatI… in getImageSamplerTypeStr()
930 …csImageSamplerSource (ReadOp readOp, DescriptorType descriptorType, TestType testType, DepthProper… in generateGraphicsImageSamplerSource()
/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_func.cc79 enum TestType testType(TTInvalid); in func_test() local
/external/skqp/tests/
DGrContextAbandonTest.cpp16 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local
/external/skia/tests/
DGrContextAbandonTest.cpp16 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
DAudioDeviceAndroidTest.java54 private native int RunTest(int testType); in RunTest()
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp357 TestType testType, in LayoutBindingRenderCase()
729 TestType testType, in LayoutBindingNegativeCase()
1032 TestType testType, in SamplerBindingRenderCase()
1229 TestType testType, in SamplerBindingNegativeCase()
1355 TestType testType, in ImageBindingRenderCase()
1553 TestType testType, in ImageBindingNegativeCase()
1671 TestType testType) in UBOBindingRenderCase()
1823 TestType testType, in UBOBindingNegativeCase()
1940 TestType testType) in SSBOBindingRenderCase()
2092 TestType testType, in SSBOBindingNegativeCase()
[all …]
Des31fShaderMultisampleInterpolationStateQueryTests.cpp67 …tCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType) in InterpolationOffsetCase()
/external/clang/test/Misc/
Dast-dump-decl.cpp370 template<typename> class testType { }; class
371 template class testType<int>; variable
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioFragment.java143 AudioTestType testType = getSelectedTestType(); in onClick() local
/external/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp333 char testType[256]; in processTest() local
Ddadrcal.cpp454 char testType[256]; in processTest() local
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp45 int performanceMode, int testType, double frequency1, char* byteBufferPtr, in lb2Init()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java119 int testType, int bufferTestDurationInSeconds, in NativeAudioThread()
169 int testType, double frequency1, ByteBuffer byteBuffer, in nativeInit()
DLoopbackAudioThread.java95 BufferPeriod playerBufferPeriod, int testType, in LoopbackAudioThread()
DRecorderRunnable.java90 BufferPeriod recorderBufferPeriod, int testType, double frequency1, in RecorderRunnable()
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp57 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, in slesInit()
437 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer()
Dsles.h93 int testType; member
Djni_native.c60 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
/external/autotest/frontend/client/src/autotest/afe/
DTestSelector.java179 String testType = test.get("test_type").isString().stringValue().toLowerCase(); in populateTests() local
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java746 int testType = getOp(opPos + 3); in getWhatToShow() local
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp372 BlockTestType testType, in ASTCBlockCase2D()
/external/deqp/framework/common/
DtcuAstcUtil.cpp2424 …enerateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType) in generateBlockCaseTestData()
2973 const char* getBlockTestTypeName (BlockTestType testType) in getBlockTestTypeName()
2995 const char* getBlockTestTypeDescription (BlockTestType testType) in getBlockTestTypeDescription()
3017 bool isBlockTestTypeHDROnly (BlockTestType testType) in isBlockTestTypeHDROnly()
3024 Vec4 getBlockTestTypeColorScale (BlockTestType testType) in getBlockTestTypeColorScale()
3035 Vec4 getBlockTestTypeColorBias (BlockTestType testType) in getBlockTestTypeColorBias()
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1109 private native int RunAutoTest(int testType, int extendedSel); in RunAutoTest()

12