/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() 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/deqp/modules/gles31/ |
D | tgl45TestPackage.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/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/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() 158 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 171 fContextInfo = contextInfo; in set()
|
/external/skia/tests/ |
D | Skbug5221.cpp | 26 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 28 contextInfo.directContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/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/deqp/modules/gles3/ |
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/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/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 | 225 ContextInfo contextInfo; member 236 this->contextInfo.testContext()->makeCurrent(); in setup() 238 this->contextInfo.testContext()->finish(); in setup() 241 if (this->contextInfo.testContext()) { in endTiming() 242 this->contextInfo.testContext()->flushAndWaitOnSync(contextInfo.directContext()); in endTiming() 245 void fence() override { this->contextInfo.testContext()->finish(); } in fence() 248 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 262 this->contextInfo = in init() 267 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 276 if (this->contextInfo.backend() == GrBackendApi::kOpenGL) { in fillOptions() [all …]
|
/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/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 163 return characterization.contextInfo() && in isCompatible() 164 characterization.contextInfo()->priv().matches(direct) && in isCompatible()
|