/external/deqp/framework/opengl/ |
D | gluTexture.hpp | 72 …Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const t… 83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… 84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… 85 …ntext, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return… in create() argument 125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const… 136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con… 226 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
|
D | gluTexture.cpp | 129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D() argument 138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D() 214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument 269 return new Texture2D(context, contextInfo, numLevels, &levels[0]); in create() 275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument 283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]); in create() 322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube() argument 333 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube() 439 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create() argument 455 return new TextureCube(context, contextInfo, numLevels, &levels[0]); in create() [all …]
|
D | gluTextureUtil.cpp | 1112 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat) in getRenderableBitsES3() argument 1152 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float")) in getRenderableBitsES3() 1161 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") || in getRenderableBitsES3() 1162 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float")) in getRenderableBitsES3() 1191 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, … in isSizedFormatColorRenderable() argument 1196 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
|
D | gluTextureUtil.hpp | 88 …atColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sized…
|
/external/deqp/external/openglcts/modules/common/ |
D | glcParallelShaderCompileTests.cpp | 80 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 83 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 170 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 173 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 233 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 236 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
|
D | glcTestPackage.cpp | 73 const glu::ContextInfo& contextInfo = context.getContextInfo(); in init() local 74 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 75 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
D | glcPackedPixelsTests.cpp | 1050 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in getCanonicalFormat() local 1051 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV")) in getCanonicalFormat() 1063 if (contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in getCanonicalFormat() 1472 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isFormatValid() local 1501 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) || in isFormatValid() 1502 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") && in isFormatValid() 1513 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid() 1521 if (contextInfo.isExtensionSupported("GL_NV_packed_float") && in isFormatValid() 1527 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid() 1528 contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in isFormatValid() [all …]
|
/external/deqp/modules/glshared/ |
D | glsShaderLibrary.cpp | 38 …ory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in CaseFactory() argument 41 , m_contextInfo (contextInfo) in CaseFactory() 63 …ary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary() argument 66 , m_contextInfo (contextInfo) in ShaderLibrary()
|
D | glsShaderConstExprTests.cpp | 77 const glu::ContextInfo& contextInfo, in createTests() argument 171 contextInfo, in createTests() 192 contextInfo, in createTests() 225 contextInfo, in createTests() 246 contextInfo, in createTests()
|
D | glsShaderLibrary.hpp | 41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
|
D | glsShaderLibraryCase.hpp | 49 const glu::ContextInfo& contextInfo,
|
D | glsShaderConstExprTests.hpp | 72 const glu::ContextInfo& contextInfo,
|
/external/deqp/modules/gles31/ |
D | tgl45es31TestPackage.cpp | 67 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 69 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
D | tes31TestPackage.cpp | 76 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local 77 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 78 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
/external/deqp/modules/gles3/ |
D | tgl45es3TestPackage.cpp | 67 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 69 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
D | tes3TestPackage.cpp | 146 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local 147 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 148 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
/external/skia/include/core/ |
D | SkSurfaceCharacterization.h | 89 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function 129 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument 142 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization() 162 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 179 fContextInfo = contextInfo; in set()
|
/external/skia/tests/ |
D | Skbug12214.cpp | 21 DEF_GANESH_TEST_FOR_ALL_CONTEXTS(skbug12214, r, contextInfo, CtsEnforcement::kApiLevel_T) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() argument 25 contextInfo.directContext(), skgpu::Budgeted::kNo, imageInfo); in DEF_GANESH_TEST_FOR_ALL_CONTEXTS()
|
D | Skbug5221.cpp | 35 DEF_GANESH_TEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo, CtsEnforcement::kNever) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() argument 37 contextInfo.directContext(), in DEF_GANESH_TEST_FOR_ALL_CONTEXTS()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 148 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local 149 std::string vendor = contextInfo.getString(GL_VENDOR); in init() 150 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampledRenderToTextureTests.cpp | 73 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in init() local 74 if (!contextInfo.isExtensionSupported("GL_EXT_multisampled_render_to_texture")) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultiviewTests.cpp | 155 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in init() local 156 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview"); in init() 164 …bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_tex… in init()
|
/external/skia/bench/ |
D | nanobench.cpp | 244 ContextInfo contextInfo; member 255 this->contextInfo.testContext()->makeCurrent(); in setup() 257 this->contextInfo.testContext()->finish(); in setup() 260 if (this->contextInfo.testContext()) { in endTiming() 261 this->contextInfo.testContext()->flushAndWaitOnSync(contextInfo.directContext()); in endTiming() 264 void syncCPU() override { this->contextInfo.testContext()->finish(); } in syncCPU() 267 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 284 this->contextInfo = in init() 289 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 297 auto context = this->contextInfo.directContext(); in dumpStats() [all …]
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 174 return characterization.contextInfo() && in isCompatible() 175 characterization.contextInfo()->priv().matches(dContext) && in isCompatible()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 39 …ject*, %struct.objc_selector*, i8*)* @"-[AA BB:optionIndex:delegate:CC:contextInfo:]" to i8*) ], s… 41 define void @"-[AA BB:optionIndex:delegate:CC:contextInfo:]"(%struct.AA* %self, %struct._message_re…
|