Searched refs:contextInfo (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/tests/
H A Dskbug5221.cpp27 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) {
29 contextInfo.grContext(), SkBudgeted::kYes,
H A DImageTest.cpp382 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeTextureImage, reporter, contextInfo) {
383 GrContext* context = contextInfo.grContext();
384 sk_gpu_test::TestContext* testContext = contextInfo.testContext();
386 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type());
453 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeNonTextureImage, reporter, contextInfo) {
454 GrContext* context = contextInfo.grContext();
481 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) {
482 auto context = contextInfo.grContext();
/external/skqp/tests/
H A Dskbug5221.cpp27 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) {
29 contextInfo.grContext(), SkBudgeted::kYes,
H A DImageTest.cpp381 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeTextureImage, reporter, contextInfo) {
382 GrContext* context = contextInfo.grContext();
383 sk_gpu_test::TestContext* testContext = contextInfo.testContext();
385 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type());
452 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeNonTextureImage, reporter, contextInfo) {
453 GrContext* context = contextInfo.grContext();
480 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) {
481 auto context = contextInfo.grContext();
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp38 CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
41 , m_contextInfo (contextInfo)
63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
66 , m_contextInfo (contextInfo)
H A DglsShaderLibrary.hpp41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
H A DglsShaderConstExprTests.hpp72 const glu::ContextInfo& contextInfo,
H A DglsShaderLibraryCase.hpp49 const glu::ContextInfo& contextInfo,
H A DglsShaderConstExprTests.cpp77 const glu::ContextInfo& contextInfo,
171 contextInfo,
192 contextInfo,
225 contextInfo,
246 contextInfo,
75 createTests(tcu::TestContext& testContext, glu::RenderContext& renderContext, const glu::ContextInfo& contextInfo, const TestParams* cases, int numCases, glu::GLSLVersion version, TestShaderStage testStage) argument
H A DglsShaderLibraryCase.cpp715 ShaderLibraryCase::ShaderLibraryCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specification)
718 , m_contextInfo (contextInfo)
/external/deqp/external/openglcts/modules/common/
H A DglcParallelShaderCompileTests.cpp80 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); local
83 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) ||
84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile");
170 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); local
173 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) ||
174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile");
233 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); local
236 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) ||
237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile");
319 const glu::ContextInfo& contextInfo local
[all...]
/external/skia/include/private/
H A DSkSurfaceCharacterization.h57 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } function in class:SkSurfaceCharacterization::Textureable::MipMapped
79 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, argument
86 : fContextInfo(std::move(contextInfo))
100 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, argument
113 fContextInfo = contextInfo;
/external/deqp/framework/opengl/
H A DgluTexture.hpp72 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); } argument
125 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
136 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
137 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
163 Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
226 Texture3D (const RenderContext& context, const ContextInfo& contextInfo, in
[all...]
H A DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames) argument
269 return new Texture2D(context, contextInfo, numLevels, &levels[0]);
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]);
322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
333 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
439 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames) argument
455 return new TextureCube(context, contextInfo, numLevel
461 create(const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
555 Texture2DArray(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
671 Texture3D(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
[all...]
H A DgluTextureUtil.hpp88 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
H A DgluTextureUtil.cpp1107 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat)
1147 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float"))
1156 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") ||
1157 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float"))
1186 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat)
1191 renderable = getRenderableBitsES3(contextInfo, sizedFormat);
/external/skqp/include/private/
H A DSkSurfaceCharacterization.h53 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } function in class:SkSurfaceCharacterization
70 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, argument
80 fContextInfo = contextInfo;
/external/deqp/modules/gles3/functional/
H A Des3fMultiviewTests.cpp155 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); local
156 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview");
164 bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_texture");
H A Des3fASTCDecompressionCases.cpp200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx) argument
204 const vector<string>& extensions = contextInfo.getExtensions();
H A Des3fTextureWrapTests.cpp60 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) argument
62 const vector<string>& extensions = contextInfo.getExtensions();
/external/skia/bench/
H A Dnanobench.cpp170 ContextInfo contextInfo; member in struct:GPUTarget
174 this->contextInfo.testContext()->makeCurrent();
176 this->contextInfo.testContext()->finish();
179 if (this->contextInfo.testContext()) {
180 this->contextInfo.testContext()->waitOnSyncOrSwap();
183 void fence() override { this->contextInfo.testContext()->finish(); }
186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) {
202 this->contextInfo =
207 if (!this->contextInfo.testContext()->fenceSyncSupport()) {
215 if (this->contextInfo
[all...]
/external/skqp/bench/
H A Dnanobench.cpp170 ContextInfo contextInfo; member in struct:GPUTarget
174 this->contextInfo.testContext()->makeCurrent();
176 this->contextInfo.testContext()->finish();
179 if (this->contextInfo.testContext()) {
180 this->contextInfo.testContext()->waitOnSyncOrSwap();
183 void fence() override { this->contextInfo.testContext()->finish(); }
186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) {
202 this->contextInfo =
207 if (!this->contextInfo.testContext()->fenceSyncSupport()) {
215 if (this->contextInfo
[all...]
/external/skqp/src/core/
H A DSkDeferredDisplayListRecorder.cpp57 fContext = GrContextPriv::MakeDDL(fCharacterization.contextInfo());
/external/skia/src/image/
H A DSkSurface_Gpu.cpp217 return data.contextInfo() && data.contextInfo()->matches(ctx) &&
/external/skqp/src/image/
H A DSkSurface_Gpu.cpp188 return data.contextInfo() && data.contextInfo()->matches(ctx) &&

Completed in 3016 milliseconds

12