HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseGroup (Results 426 - 450 of 654) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles2/performance/
es2pTextureFilteringTests.cpp 40 : TestCaseGroup(context, "filter", "Texture Filtering Performance Tests")
es2pDrawCallBatchingTests.cpp 964 : TestCaseGroup(context, "draw_call_batching", "Draw call batching performance tests.")
1013 TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : "") + (useIndexBuffer ? "buffer_" : "" ) + (drawElements ? "draw_elements" : "draw_arrays")).c_str(), (string("Test batched rendering with ") + (drawElements ? "draw_elements" : "draw_arrays")).c_str());
1021 TestCaseGroup* callCountGroup = new TestCaseGroup(m_context, (de::toString(drawCallCount) + (drawCallCount == 1 ? "_draw" : "_draws")).c_str(), ("Test batched rendering performance with " + de::toString(drawCallCount) + " draw calls.").c_str());
1022 TestCaseGroup* attributeCount1Group = new TestCaseGroup(m_context, "1_attribute", "Test draw call batching with 1 attribute.");
1023 TestCaseGroup* attributeCount8Group = new TestCaseGroup(m_context, "8_attributes", "Test draw call batching with 8 attributes.");
1032 TestCaseGroup* attributeCountGroup = NULL
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureFilteringTests.cpp 40 : TestCaseGroup(context, "filter", "Texture Filtering Performance Tests")
es3pDepthTests.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 1095 : TestCaseGroup(eglTestCtx, "gles2_shared_render", "")
1134 TestCaseGroup* sharedNoneGroup = new TestCaseGroup(m_eglTestCtx, "no_shared_context", "Tests without sharing contexts.");
    [all...]
teglQueryConfigTests.cpp 504 : TestCaseGroup(eglTestCtx, "query_config", "Surface config query tests")
516 tcu::TestCaseGroup* getConfigsGroup = new tcu::TestCaseGroup(m_testCtx, "get_configs", "eglGetConfigs tests");
560 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "get_config_attrib", "eglGetConfigAttrib() tests");
571 tcu::TestCaseGroup* constraintsGroup = new tcu::TestCaseGroup(m_testCtx, "constraints", "Attribute constraint tests");
teglGLES2SharingThreadedTests.cpp     [all...]
teglGLES2SharingTests.cpp 1110 : TestCaseGroup (eglTestCtx, "sharing", "Sharing test cases")
1116 TestCaseGroup* gles2 = new TestCaseGroup(m_eglTestCtx, "gles2", "OpenGL ES 2 sharing test");
1118 TestCaseGroup* context = new TestCaseGroup(m_eglTestCtx, "context", "Context creation and destruction tests");
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 323 : TestCaseGroup(context, "size", "Texture Size Tests")
374 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Size Tests");
397 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Tests");
es2fShaderIndexingTests.cpp 993 : TestCaseGroup(context, "indexing", "Indexing Tests")
1019 TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
    [all...]
es2fShaderApiTests.cpp 859 void addProgramStateCase (TestCaseGroup* group, Context& context, const std::string& name, const std::string& desc)
1019 : TestCaseGroup(context, "shader_api", "Shader API Cases")
1031 TestCaseGroup* createDeleteGroup = new TestCaseGroup(m_context, "create_delete", "glCreateShader() tests");
1042 TestCaseGroup* compileLinkGroup = new TestCaseGroup(m_context, "compile_link", "Compile and link tests");
1053 TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource() tests");
1097 TestCaseGroup* linkStatusGroup = new TestCaseGroup(m_context, "program_state", "Program state persistence tests")
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 323 : TestCaseGroup(context, "size", "Texture Size Tests")
374 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Size Tests");
397 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Tests");
es3fTextureSwizzleTests.cpp 225 : TestCaseGroup(context, "swizzle", "Texture Swizzle Tests")
301 tcu::TestCaseGroup* singleChannelGroup = new tcu::TestCaseGroup(m_testCtx, "single_channel", "Single-channel swizzle");
322 tcu::TestCaseGroup* multiChannelGroup = new tcu::TestCaseGroup(m_testCtx, "multi_channel", "Multi-channel swizzle");
es3fTextureMipmapTests.cpp     [all...]
es3fBufferWriteTests.cpp 549 : TestCaseGroup(context, "write", "Buffer data upload tests")
586 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload with glBufferData()");
606 tcu::TestCaseGroup* const recreateStoreGroup = new tcu::TestCaseGroup(m_testCtx, "recreate_store", "Data store recreate using glBufferData()");
687 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic glBufferSubData() usage");
707 tcu::TestCaseGroup* const partialSpecifyGroup = new tcu::TestCaseGroup(m_testCtx, "partial_specify", "Partial buffer data specification with glBufferSubData()");
764 tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized buffer data cases")
    [all...]
es3fShaderIndexingTests.cpp 958 : TestCaseGroup(context, "indexing", "Indexing Tests")
984 TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
1006 TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access tests.");
    [all...]
es3fDefaultVertexAttributeTests.cpp 554 : TestCaseGroup(context, "default_vertex_attrib", "Test default vertex attributes")
608 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, floatTargets[targetNdx].name, (std::string("test with ") + floatTargets[targetNdx].name).c_str());
634 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, intTargets[targetNdx].name, (std::string("test with ") + intTargets[targetNdx].name).c_str());
650 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, uintTargets[targetNdx].name, (std::string("test with ") + uintTargets[targetNdx].name).c_str());
es3fInstancedRenderingTests.cpp 612 : TestCaseGroup(context, "instanced", "Instanced rendering tests")
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
657 TestCaseGroup* instancingTypeGroup = new TestCaseGroup(m_context, instancingTypeName, instancingTypeDesc);
704 TestCaseGroup* typesGroup = new TestCaseGroup(m_context, "types", "Tests for instanced attributes of particular data types");
es3fPrimitiveRestartTests.cpp 628 : TestCaseGroup(context, "primitive_restart", "Primitive restart tests")
655 TestCaseGroup* specialCaseGroup = new TestCaseGroup(m_context, specialCaseGroupName.c_str(), "");
671 TestCaseGroup* primTypeGroup = new TestCaseGroup(m_context, primTypeName, "");
683 TestCaseGroup* indexTypeGroup = new TestCaseGroup(m_context, indexTypeName, "");
es3fRasterizerDiscardTests.cpp 424 : TestCaseGroup(context, "rasterizer_discard", "Rasterizer Discard Tests")
434 tcu::TestCaseGroup* basic = new tcu::TestCaseGroup(m_testCtx, "basic", "Rasterizer discard test for default framebuffer");
435 tcu::TestCaseGroup* scissor = new tcu::TestCaseGroup(m_testCtx, "scissor", "Rasterizer discard test for default framebuffer with scissor test enabled");
436 tcu::TestCaseGroup* fbo = new tcu::TestCaseGroup(m_testCtx, "fbo", "Rasterizer discard test for framebuffer object");
es3fReadPixelsTests.cpp 417 : TestCaseGroup(context, "read_pixels", "ReadPixel tests")
424 TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment parameter tests");
450 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test");
475 TestCaseGroup* group = new TestCaseGroup(m_context, "skip", "Read pixels skip pixels and rows test");
es3fShaderConstExprTests.cpp 43 class ShaderConstExprBuiltinTests : public TestCaseGroup
46 ShaderConstExprBuiltinTests (Context& context) : TestCaseGroup (context, "builtin_functions", "Builtin functions") {}
57 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, name, desc);
295 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "fragment_processing", "Fragment processing");
306 : TestCaseGroup (context, "constant_expressions", "Constant expressions")
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 343 : TestCaseGroup(context, "internal_format", "Internal format queries")
416 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, textureTargets[groupNdx].name, glu::getInternalFormatTargetName(textureTargets[groupNdx].target));
432 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "partial_query", "Query data to too short a buffer");
es31fSeparateShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp     [all...]

Completed in 1077 milliseconds

<<11121314151617181920>>