/external/deqp/external/openglcts/modules/gles31/ |
es31cTextureStorageMultisampleFunctionalTests.cpp | 67 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 122 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); 123 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 282 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 371 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 717 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 778 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); [all...] |
es31cShaderImageLoadStoreTests.cpp | 127 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic")) 154 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 160 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 212 m_context.getTestContext().getLog() 229 m_context.getTestContext().getLog() 239 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 256 m_context.getTestContext().getLog() 280 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Shader Info Log:\n" 301 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Program Info Log:\n" 328 m_context.getTestContext().getLog( [all...] |
es31cSeparateShaderObjsTests.cpp | 552 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 689 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 742 glu::ShaderProgram progVF(m_context.getRenderContext(), glu::makeVtxFragSources(vtx.c_str(), frag.c_str())); 814 glu::ShaderProgram progNoLink(m_context.getRenderContext(), 908 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 923 glu::ShaderProgram progVF(m_context.getRenderContext(), glu::makeVtxFragSources(vtx.c_str(), frag.c_str())); [all...] |
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLimits.cpp | 809 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 872 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 937 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); [all...] |
esextcGeometryShaderPrimitiveCounter.cpp | 506 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 571 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 626 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 664 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFramebufferBlitTests.cpp | 149 tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); 189 const tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); 622 if (m_context.getRenderTarget().getNumSamples() > 0) 662 glBindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); 671 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); 679 glBindFramebuffer(GL_READ_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); 731 if (m_context.getRenderTarget().getWidth() < minViewportSize || m_context.getRenderTarget().getHeight() < minViewportSize) 735 m_viewportWidth = m_context.getRenderTarget().getWidth(); 736 m_viewportHeight = m_context.getRenderTarget().getHeight() [all...] |
es3fTextureFormatTests.cpp | [all...] |
es3fTextureShadowTests.cpp | 233 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height)); 234 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height)); 293 const float viewportW = (float)de::min<int>(TEX2D_VIEWPORT_WIDTH, m_context.getRenderTarget().getWidth()); 294 const float viewportH = (float)de::min<int>(TEX2D_VIEWPORT_HEIGHT, m_context.getRenderTarget().getHeight()); 327 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 328 const RandomViewport viewport (m_context.getRenderTarget(), TEX2D_VIEWPORT_WIDTH, TEX2D_VIEWPORT_HEIGHT, deStringHash(getName()) ^ deInt32Hash(m_caseNdx)); 361 glu::readPixels(m_context.getRenderContext(), viewport.x, viewport.y, rendered.getAccess()); 364 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); 493 m_gradientTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size); 494 m_gridTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size) [all...] |
es3fTextureMipmapTests.cpp | [all...] |
es3fNegativeShaderApiTests.cpp | 281 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 323 glu::ShaderProgram program1(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 324 glu::ShaderProgram program2(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 383 glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 384 glu::ShaderProgram programInvalid (m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, "")); 422 glu::ShaderProgram srcProgram (m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 635 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 667 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); 692 GLuint maxIndex = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); 720 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(uniformBlockVertSource, uniformTestFragSource)) [all...] |
es3fFboMultisampleTests.cpp | 402 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[fmtNdx], GL_NONE, IVec2(119, 131), samples)); 406 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormats[fmtNdx]), "", GL_RGBA8, depthStencilFormats[fmtNdx], IVec2(119, 131), samples)); 415 group->addChild(new RenderbufferResizeCase(m_context, "nonms_to_nonms", "", false, false)); 416 group->addChild(new RenderbufferResizeCase(m_context, "nonms_to_ms", "", false, true)); 417 group->addChild(new RenderbufferResizeCase(m_context, "ms_to_nonms", "", true, false)); 418 group->addChild(new RenderbufferResizeCase(m_context, "ms_to_ms", "", true, true));
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryAllocationTests.cpp | 138 const vk::DeviceInterface& getDeviceInterface (void) { return m_useDeviceGroups ? *m_deviceDriver : m_context.getDeviceInterface(); } 139 vk::VkDevice getDevice (void) { return m_useDeviceGroups ? m_logicalDevice.get() : m_context.getDevice(); } 156 const tcu::CommandLine& cmdLine = m_context.getTestContext().getCommandLine(); 162 m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(), m_context.getUsedApiVersion(), requiredExtensions); 163 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance.get()); 170 if (!isCoreDeviceExtension(m_context.getUsedApiVersion(), "VK_KHR_device_group")) 180 VkInstance instance (m_useDeviceGroups ? m_deviceGroupInstance.get() : m_context.getInstance()); 181 InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); 214 m_logicalDevice = createDevice(m_context.getPlatformInterface(), instance, instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx], (…) [all...] |
/external/deqp/modules/gles3/performance/ |
es3pBufferDataUploadTests.cpp | [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cGlSpirvTests.cpp | 529 void checkGlSpirvSupported(deqp::Context& m_context) 531 bool is_at_least_gl_46 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 6))); 532 bool is_arb_gl_spirv = m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv"); 555 commonUtils::checkGlSpirvSupported(m_context); 638 const Functions& gl = m_context.getRenderContext().getFunctions(); 661 const Functions& gl = m_context.getRenderContext().getFunctions(); 681 const Functions& gl = m_context.getRenderContext().getFunctions(); 725 binaries << glslangUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); 726 binaries << glslangUtils::makeSpirV(m_context.getTestContext().getLog(), 728 binaries << glslangUtils::makeSpirV(m_context.getTestContext().getLog() [all...] |
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 131 (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); 132 bool is_arb_es31_compatibility = m_context.getContextInfo().isExtensionSupported("GL_ARB_ES3_1_compatibility"); 160 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 166 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 218 m_context.getTestContext().getLog() 235 m_context.getTestContext().getLog() 245 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); 261 m_context.getTestContext().getLog() 285 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Shader Info Log:\n" 306 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Shader Info Log:\n [all...] |
gl4cEnhancedLayoutsTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTests.cpp | 925 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 928 !supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) 933 !supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) 938 !supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_shader_io_blocks")) 954 const glu::ShaderProgram program(m_context.getRenderContext(), generateProgramInterfaceProgramSources(m_programDefinition)); 957 checkAndLogProgram(program, m_programDefinition, m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 988 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); [all...] |
es31fComputeShaderBuiltinVarTests.cpp | 164 ShaderProgramSp program(new ShaderProgram(m_context.getRenderContext(), 208 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 219 Buffer outputBuffer (m_context.getRenderContext()); 446 addChild(new NumWorkGroupsCase (m_context)); 447 addChild(new WorkGroupSizeCase (m_context)); 448 addChild(new WorkGroupIDCase (m_context)); 449 addChild(new LocalInvocationIDCase (m_context)); 450 addChild(new GlobalInvocationIDCase (m_context)); 451 addChild(new LocalInvocationIndexCase (m_context));
|
/external/deqp/modules/gles2/functional/ |
es2fDefaultVertexAttributeTests.cpp | 233 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE) 252 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_passThroughFragmentShaderSource)); 266 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 285 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_bufID); 367 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 395 glu::readPixels(m_context.getRenderContext(), 0, 0, dest.getAccess()); 426 const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() * resultThreshold; 512 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))
|
es2fTextureWrapTests.cpp | 302 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "", 320 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "", 335 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
|
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.cpp | 44 , m_context (context) 54 const glw::Functions& gl = m_context.getFunctions(); 67 const glw::Functions& gl = m_context.getFunctions(); 171 m_context.getFunctions().viewport(x+offset.x(), y+offset.y(), width, height); 197 deUint32 defaultFbo = m_context.getDefaultFramebuffer(); 221 m_context.getFunctions().viewport(m_curViewport.x()+offset.x(), m_curViewport.y()+offset.y(), m_curViewport.z(), m_curViewport.w()); 222 m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curScissor.z(), m_curScissor.w()); 308 m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, border); 325 m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, height, border); 340 m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, width) [all...] |
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderBarrier.cpp | 51 addChild(new glcts::TessellationShaderBarrier1(m_context, m_extParams)); 52 addChild(new glcts::TessellationShaderBarrier2(m_context, m_extParams)); 53 addChild(new glcts::TessellationShaderBarrier3(m_context, m_extParams)); 87 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 157 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); 247 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
vktConditionalDrawAndClearTests.cpp | 292 , m_vki (m_context.getInstanceInterface()) 293 , m_vkd (m_context.getDeviceInterface()) 294 , m_device (m_context.getDevice()) 295 , m_physicalDevice (m_context.getPhysicalDevice()) 296 , m_queue (m_context.getUniversalQueue()) 309 m_conditionalRenderingBuffer = Buffer::createAndAlloc(m_vkd, m_device, BufferCreateInfo(dataSize, VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT | extraUsage), m_context.getDefaultAllocator(), 325 m_colorTargetImage = Image::createAndAlloc(m_vkd, m_device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); 339 m_depthTargetImage = Image::createAndAlloc(m_vkd, m_device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
vktRobustnessUtil.cpp | 228 : m_context (context) 285 SimpleAllocator memAlloc (vk, m_device, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice())); 364 m_vertexShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("vertex"), 0); 365 m_fragmentShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("fragment"), 0); 479 m_computeShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("compute"), 0);
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockCase.cpp | [all...] |