Home
last modified time | relevance | path

Searched defs:context (Results 3251 - 3275 of 8859) sorted by relevance

1...<<131132133134135136137138139140>>...355

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProperties.cpp142 TessellationShaderPropertiesProgramObject::TessellationShaderPropertiesProgramObject(Context& context, in TessellationShaderPropertiesProgramObject() argument
39 TessellationShaderPropertiesDefaultContextWideValues( Context& context, const ExtParameters& extParams) TessellationShaderPropertiesDefaultContextWideValues() argument
[all...]
H A DesextcTessellationShaderWinding.cpp60 WindingCase::WindingCase(glcts::Context& context, const ExtParameters& extParams, std::string name, in WindingCase() argument
299 TesselationShaderWindingTests::TesselationShaderWindingTests(glcts::Context& context, const ExtParameters& extParams) in TesselationShaderWindingTests() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferPrecision.cpp161 TextureBufferPrecision::TextureBufferPrecision(Context& context, const ExtParameters& extParams, const char* name, in TextureBufferPrecision() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGetterCalls.cpp126 TextureCubeMapArrayGetterCalls::TextureCubeMapArrayGetterCalls(Context& context, const ExtParameters& extParams, in TextureCubeMapArrayGetterCalls() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcParallelShaderCompileTests.cpp67 SimpleQueriesTest::SimpleQueriesTest(deqp::Context& context) in SimpleQueriesTest() argument
157 MaxShaderCompileThreadsTest::MaxShaderCompileThreadsTest(deqp::Context& context) in MaxShaderCompileThreadsTest() argument
220 CompilationCompletionParallelTest(deqp::Context& context) CompilationCompletionParallelTest() argument
364 ParallelShaderCompileTests(deqp::Context& context) ParallelShaderCompileTests() argument
[all...]
H A DglcShaderFunctionTests.cpp61 ShaderFunctionCase::ShaderFunctionCase(Context& context, const char* name, const char* description, bool isVertexCase, in ShaderFunctionCase() argument
113 static ShaderFunctionCase* createStructCase(Context& context, const char* name, const char* description, in createStructCase() argument
173 ShaderFunctionTests::ShaderFunctionTests(Context& context, glu::GLSLVersion glslVersion) in ShaderFunctionTests() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotTests.cpp358 void supportedCheck (Context& context, CaseDefinition caseDef) in supportedCheck() argument
370 tcu::TestStatus noSSBOtest (Context& context, const CaseDefinition caseDef) in noSSBOtest() argument
407 tcu::TestStatus test(Context& context, cons argument
[all...]
H A DglcSubgroupsBuiltinMaskVarTests.cpp369 void supportedCheck (Context& context, CaseDefinition caseDef) in supportedCheck() argument
376 tcu::TestStatus noSSBOtest(Context& context, const CaseDefinition caseDef) in noSSBOtest() argument
407 tcu::TestStatus test(Context& context, const CaseDefinition caseDef) in test() argument
[all...]
H A DglcSubgroupsShapeTests.cpp427 void supportedCheck (Context& context, CaseDefinition caseDef) in supportedCheck() argument
454 tcu::TestStatus noSSBOtest (Context& context, const CaseDefinition caseDef) in noSSBOtest() argument
486 test(Context& context, const CaseDefinition caseDef) test() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp83 deqp::Context& context = m_testPackage.getContext(); in deinit() local
104 deqp::Context& context = m_testPackage.getContext(); in iterate() local
126 GL30ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders30", "Shading Language Tests") in GL30ShaderTests() argument
246 GL33ShaderTests(deqp::Context& context) GL33ShaderTests() argument
[all...]
H A Dgl4cDirectStateAccessProgramPipelinesTests.cpp61 CreationTest::CreationTest(deqp::Context& context) in CreationTest() argument
184 DefaultsTest::DefaultsTest(deqp::Context& context) in DefaultsTest() argument
394 ErrorsTest(deqp::Context& context) ErrorsTest() argument
484 FunctionalTest(deqp::Context& context) FunctionalTest() argument
[all...]
H A Dgl4cES31CompatibilityTests.cpp38 gl4cts::es31compatibility::Tests::Tests(deqp::Context& context) in Tests() argument
63 ShaderCompilationCompatibilityTests( deqp::Context& context) ShaderCompilationCompatibilityTests() argument
262 ShaderFunctionalCompatibilityTest(deqp::Context& context) ShaderFunctionalCompatibilityTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp164 void MD5Init(MD5Context* context) in MD5Init() argument
179 void MD5Update(MD5Context* context, const deUint8* data, std::size_t len) in MD5Update() argument
224 void MD5Final(MD5Digest* digest, MD5Context* context) in MD5Final() argument
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp53 const std::unique_ptr<opt::IRContext> context = in TEST() local
156 const std::unique_ptr<opt::IRContext> context = in TEST() local
243 const std::unique_ptr<opt::IRContext> context = in TEST() local
355 const std::unique_ptr<opt::IRContext> context = TEST() local
459 const std::unique_ptr<opt::IRContext> context = TEST() local
552 const std::unique_ptr<opt::IRContext> context = TEST() local
647 const std::unique_ptr<opt::IRContext> context = TEST() local
747 const std::unique_ptr<opt::IRContext> context = TEST() local
842 const std::unique_ptr<opt::IRContext> context = TEST() local
935 const std::unique_ptr<opt::IRContext> context = TEST() local
1087 const std::unique_ptr<opt::IRContext> context = TEST() local
1204 const std::unique_ptr<opt::IRContext> context = TEST() local
1298 const std::unique_ptr<opt::IRContext> context = TEST() local
1397 const std::unique_ptr<opt::IRContext> context = TEST() local
1514 const std::unique_ptr<opt::IRContext> context = TEST() local
1603 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
H A Dtransformation_add_function_test.cpp150 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
72 AllVariablesAndParametersExceptLoopLimiterAreIrrelevant( opt::IRContext* context, const TransformationContext& transformation_context, uint32_t function_id, uint32_t loop_limiter_id) AllVariablesAndParametersExceptLoopLimiterAreIrrelevant() argument
501 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1884 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2041 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2196 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2343 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2455 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2620 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2812 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
2961 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
H A Dtransformation_replace_constant_with_uniform_test.cpp106 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
[all...]
H A Dtransformation_replace_id_with_synonym_test.cpp221 const auto context = in TEST() local
294 const auto context = TEST() local
532 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp49 void Match(const std::string& original, IRContext* context, in Match() argument
110 std::unique_ptr<IRContext> context = in TEST_F() local
133 std::unique_ptr<IRContext> context = TEST_F() local
194 std::unique_ptr<IRContext> context = TEST_F() local
250 std::unique_ptr<IRContext> context = TEST_F() local
283 std::unique_ptr<IRContext> context = TEST_F() local
316 std::unique_ptr<IRContext> context = TEST_F() local
361 std::unique_ptr<IRContext> context = TEST_F() local
428 std::unique_ptr<IRContext> context = TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreducer_test.cpp232 std::unique_ptr<opt::IRContext> context = in InterestingWhileOpcodeExists() local
565 std::unique_ptr<opt::IRContext> context = in GetFunctionInstructionCount() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtest_fixture.h30 spv_context context; member
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBufferAgeTest.cpp69 bool createContext(EGLConfig config, EGLContext *context) in createContext() argument
114 EGLContext context = EGL_NO_CONTEXT; in TEST_P() local
169 EGLContext context in TEST_P() local
237 EGLContext context = EGL_NO_CONTEXT; TEST_P() local
305 EGLContext context = EGL_NO_CONTEXT; TEST_P() local
[all...]
H A DEGLContextASANTest.cpp25 EGLBoolean SafeDestroyContext(EGLDisplay display, EGLContext &context) in SafeDestroyContext() argument
54 EGLContext context = eglCreateContext(display, config, nullptr, contextAttribs); in TEST_P() local
[all...]
H A DEGLDisplayPowerPreferenceTest.cpp83 void terminateContext(EGLDisplay display, EGLContext context) in terminateContext() argument
130 void initializeContextForDisplay(EGLDisplay display, EGLContext *context) in initializeContextForDisplay() argument
165 EGLContext context; in runReinitializeDisplay() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTimerQueriesTest.cpp323 EGLContext context; in TEST_P() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp28 FramebufferImpl *SurfaceNULL::createDefaultFramebuffer(const gl::Context *context, in createDefaultFramebuffer() argument
34 egl::Error SurfaceNULL::swap(const gl::Context *context) in swap() argument
39 egl::Error SurfaceNULL::postSubBuffer(const gl::Context *context, in postSubBuffer() argument
54 egl::Error SurfaceNULL::bindTexImage(const gl::Context *context, in bindTexImage() argument
61 egl::Error SurfaceNULL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
102 angle::Result SurfaceNULL::initializeContents(const gl::Context *context, in initializeContents() argument

Completed in 17 milliseconds

1...<<131132133134135136137138139140>>...355