/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 | 1110 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat) in getRenderableBitsES3() argument 1150 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float")) in getRenderableBitsES3() 1159 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") || in getRenderableBitsES3() 1160 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float")) in getRenderableBitsES3() 1189 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, … in isSizedFormatColorRenderable() argument 1194 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 | 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() 1471 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isFormatValid() local 1500 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) || in isFormatValid() 1501 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") && in isFormatValid() 1512 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid() 1520 if (contextInfo.isExtensionSupported("GL_NV_packed_float") && in isFormatValid() 1526 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid() 1527 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/skia/include/core/ |
D | SkSurfaceCharacterization.h | 64 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function 96 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument 106 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization() 120 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 140 fContextInfo = contextInfo; in set()
|
/external/skqp/include/core/ |
D | SkSurfaceCharacterization.h | 64 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function 95 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument 105 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization() 119 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 139 fContextInfo = contextInfo; in set()
|
/external/skqp/tests/ |
D | skbug5221.cpp | 25 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 27 contextInfo.grContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/external/skia/tests/ |
D | skbug5221.cpp | 25 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 27 contextInfo.grContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | GrSurfaceTest.cpp | 603 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcCacheManipulationTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 604 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 623 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcFlushTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 624 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 652 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcRerefTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 653 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | ImageTest.cpp | 372 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 373 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 374 sk_gpu_test::TestContext* testContext = contextInfo.testContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 376 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 457 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeNonTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 458 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/bench/ |
D | nanobench.cpp | 172 ContextInfo contextInfo; member 176 this->contextInfo.testContext()->makeCurrent(); in setup() 178 this->contextInfo.testContext()->finish(); in setup() 181 if (this->contextInfo.testContext()) { in endTiming() 182 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming() 185 void fence() override { this->contextInfo.testContext()->finish(); } in fence() 188 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 204 this->contextInfo = in init() 209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 217 if (this->contextInfo.backend() == GrBackendApi::kOpenGL) { in fillOptions() [all …]
|
/external/skia/bench/ |
D | nanobench.cpp | 172 ContextInfo contextInfo; member 176 this->contextInfo.testContext()->makeCurrent(); in setup() 178 this->contextInfo.testContext()->finish(); in setup() 181 if (this->contextInfo.testContext()) { in endTiming() 182 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming() 185 void fence() override { this->contextInfo.testContext()->finish(); } in fence() 188 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 204 this->contextInfo = in init() 209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 217 if (this->contextInfo.backend() == GrBackendApi::kOpenGL) { in fillOptions() [all …]
|
/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/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/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 146 return characterization.contextInfo() && characterization.contextInfo()->priv().matches(ctx) && in isCompatible()
|
/external/swiftshader/third_party/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…
|
/external/swiftshader/third_party/llvm-7.0/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…
|
/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…
|