Searched defs:ctxInfo (Results 1 - 25 of 30) sorted by relevance

12

/external/skia/dm/
H A DDMGpuTestProcs.cpp63 ContextInfo ctxInfo = factory.getContextInfo( local
70 if (ctxInfo.grContext()) {
71 (*test)(reporter, ctxInfo);
72 ctxInfo.grContext()->flush();
74 ctxInfo = factory.getContextInfo(contextType,
76 if (ctxInfo.grContext()) {
77 (*test)(reporter, ctxInfo);
78 ctxInfo.grContext()->flush();
/external/skqp/dm/
H A DDMGpuTestProcs.cpp63 ContextInfo ctxInfo = factory.getContextInfo( local
70 if (ctxInfo.grContext()) {
71 (*test)(reporter, ctxInfo);
72 ctxInfo.grContext()->flush();
74 ctxInfo = factory.getContextInfo(contextType,
76 if (ctxInfo.grContext()) {
77 (*test)(reporter, ctxInfo);
78 ctxInfo.grContext()->flush();
/external/deqp/framework/opengl/
H A DgluStateReset.cpp57 void resetStateES (const RenderContext& renderCtx, const ContextInfo& ctxInfo) argument
149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2));
285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array"))
334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed"))
372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control"))
576 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading"))
585 if (ctxInfo.isExtensionSupported("GL_KHR_debug"))
614 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box"))
621 if (ctxInfo
643 resetStateGLCore(const RenderContext& renderCtx, const ContextInfo& ctxInfo) argument
1187 resetState(const RenderContext& renderCtx, const ContextInfo& ctxInfo) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp46 void checkSupport (const glu::ContextInfo& ctxInfo) argument
48 if (!ctxInfo.isExtensionSupported("GL_EXT_debug_marker"))
H A Des2fTextureWrapTests.cpp60 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
61 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
90 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
93 , m_renderCtxInfo (ctxInfo)
107 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) argument
110 , m_renderCtxInfo (ctxInfo)
H A Des2fTextureCompletenessTests.cpp74 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) argument
76 vector<string> extensions = ctxInfo.getExtensions();
248 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) argument
264 , m_ctxInfo (ctxInfo)
428 Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
440 Incomplete2DWrapModeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
444 , m_ctxInfo (ctxInfo)
773 IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
785 IncompleteCubeWrapModeCase::IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
[all...]
H A Des2fTextureFilteringTests.cpp64 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
65 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
118 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
121 , m_renderCtxInfo (ctxInfo)
135 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
138 , m_renderCtxInfo (ctxInfo)
327 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
328 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
381 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
384 , m_renderCtxInfo (ctxInfo)
398 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
[all...]
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp105 ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName);
114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName) argument
116 , m_ctxInfo (ctxInfo)
142 const glu::ContextInfo& ctxInfo; member in struct:deqp::gles2::ExtensionTests::ExtGroup
146 , ctxInfo (parent->getContext().getContextInfo())
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp52 const glu::ContextInfo& ctxInfo,
59 , m_ctxInfo (ctxInfo)
50 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) argument
H A Des31fTextureBorderClampTests.cpp230 const glu::ContextInfo& ctxInfo,
235 ctxInfo,
265 const glu::ContextInfo& ctxInfo,
270 ctxInfo,
284 de::MovePtr<T> genDummyTexture (glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, deUint32 texFormat, const typename TextureTraits<T>::SizeType& size) argument
344 ctxInfo,
229 createTextureFromCompressedData(glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const tcu::CompressedTexture& compressedLevel, const tcu::TexDecompressionParams& decompressionParams) argument
264 createTextureFromCompressedData(glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const tcu::CompressedTexture& compressedLevel, const tcu::TexDecompressionParams& decompressionParams) argument
/external/skia/tests/
H A DGLProgramsTest.cpp352 static int get_glprograms_max_stages(const sk_gpu_test::ContextInfo& ctxInfo) { argument
353 GrContext* context = ctxInfo.grContext();
361 if (kARM_GrGLVendor != gpu->ctxInfo().vendor()) {
370 if (ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D9_ES2_ContextType ||
371 ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D11_ES2_ContextType) {
378 static int get_glprograms_max_levels(const sk_gpu_test::ContextInfo& ctxInfo) { argument
386 if (ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D9_ES2_ContextType ||
387 ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D11_ES2_ContextType) {
394 static void test_glprograms(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& ctxInfo) { argument
395 int maxStages = get_glprograms_max_stages(ctxInfo);
[all...]
H A DSurfaceSemaphoreTest.cpp196 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( local
203 if (ctxInfo.grContext()) {
205 factory.getSharedContextInfo(ctxInfo.grContext(), 0);
207 factory.getSharedContextInfo(ctxInfo.grContext(), 1);
212 surface_semaphore_test(reporter, ctxInfo, child1, child2, flushContext);
218 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(EmptySurfaceSemaphoreTest, reporter, ctxInfo) {
219 GrContext* ctx = ctxInfo.grContext();
238 if (kOpenGL_GrBackend == ctxInfo.backend()) {
249 if (kVulkan_GrBackend == ctxInfo.backend()) {
/external/skqp/tests/
H A DGLProgramsTest.cpp351 static int get_glprograms_max_stages(const sk_gpu_test::ContextInfo& ctxInfo) { argument
352 GrContext* context = ctxInfo.grContext();
360 if (kARM_GrGLVendor != gpu->ctxInfo().vendor()) {
369 if (ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D9_ES2_ContextType ||
370 ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D11_ES2_ContextType) {
377 static int get_glprograms_max_levels(const sk_gpu_test::ContextInfo& ctxInfo) { argument
385 if (ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D9_ES2_ContextType ||
386 ctxInfo.type() == sk_gpu_test::GrContextFactory::kANGLE_D3D11_ES2_ContextType) {
393 static void test_glprograms(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& ctxInfo) { argument
394 int maxStages = get_glprograms_max_stages(ctxInfo);
[all...]
H A DSurfaceSemaphoreTest.cpp196 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo( local
203 if (ctxInfo.grContext()) {
205 factory.getSharedContextInfo(ctxInfo.grContext(), 0);
207 factory.getSharedContextInfo(ctxInfo.grContext(), 1);
212 surface_semaphore_test(reporter, ctxInfo, child1, child2, flushContext);
218 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(EmptySurfaceSemaphoreTest, reporter, ctxInfo) {
219 GrContext* ctx = ctxInfo.grContext();
238 if (kOpenGL_GrBackend == ctxInfo.backend()) {
249 if (kVulkan_GrBackend == ctxInfo.backend()) {
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp73 const ContextInfo& ctxInfo)
84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str()))
118 const ContextInfo& ctxInfo)
124 const int supportedValue = ctxInfo.getInt((int)pname);
851 static bool isTessellationSupported (const glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo)
859 ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader");
72 checkAndSpecializeExtensions(const vector<RequiredExtension>& src, const ContextInfo& ctxInfo) argument
117 checkImplementationLimits(const vector<RequiredCapability>& requiredCaps, const ContextInfo& ctxInfo) argument
H A DglsFboUtil.cpp186 static bool checkExtensionSupport (const ContextInfo& ctxInfo, const RenderContext& ctx, const std::string& extension) argument
189 return ctxInfo.isExtensionSupported(extension.c_str());
233 const UniquePtr<ContextInfo> ctxInfo(ctx != DE_NULL ? ContextInfo::create(*ctx) : DE_NULL);
252 if (ctxInfo)
256 if (!checkExtensionSupport(*ctxInfo, *ctx, *extIt))
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp58 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
59 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
90 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
93 , m_renderCtxInfo (ctxInfo)
106 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
109 , m_renderCtxInfo (ctxInfo)
319 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
320 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
351 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
354 , m_renderCtxInfo (ctxInfo)
367 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp53 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
54 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
83 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) argument
86 , m_renderCtxInfo (ctxInfo)
98 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
101 , m_renderCtxInfo (ctxInfo)
307 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
308 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
338 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) argument
341 , m_renderCtxInfo (ctxInfo)
354 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp86 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
87 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
88 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
130 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
133 , m_renderCtxInfo (ctxInfo)
149 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) argument
152 , m_renderCtxInfo (ctxInfo)
169 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
172 , m_renderCtxInfo (ctxInfo)
H A Des3fTextureFilteringTests.cpp83 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
84 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
136 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) argument
139 , m_renderCtxInfo (ctxInfo)
152 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) argument
155 , m_renderCtxInfo (ctxInfo)
361 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
362 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
415 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) argument
418 , m_renderCtxInfo (ctxInfo)
432 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames) argument
[all...]
/external/skia/tools/skpbench/
H A Dskpbench.cpp281 sk_gpu_test::ContextInfo ctxInfo = local
283 GrContext* ctx = ctxInfo.grContext();
305 sk_gpu_test::TestContext* testCtx = ctxInfo.testContext();
/external/skqp/src/gpu/gl/
H A DGrGLCaps.cpp20 const GrGLContextInfo& ctxInfo,
22 fStandard = ctxInfo.standard();
69 this->init(contextOptions, ctxInfo, glInterface);
73 const GrGLContextInfo& ctxInfo,
75 GrGLStandard standard = ctxInfo.standard();
76 GrGLVersion version = ctxInfo.version();
101 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
102 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
104 ctxInfo.hasExtension("GL_NV_pack_subimage");
106 ctxInfo
19 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface) argument
72 init(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
657 is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) argument
677 initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
835 hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
950 initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
1021 initBlendEqationSupport(const GrGLContextInfo& ctxInfo) argument
1052 initStencilSupport(const GrGLContextInfo& ctxInfo) argument
1276 initConfigTable(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrShaderCaps* shaderCaps) argument
[all...]
/external/skqp/tools/skpbench/
H A Dskpbench.cpp281 sk_gpu_test::ContextInfo ctxInfo = local
283 GrContext* ctx = ctxInfo.grContext();
300 sk_gpu_test::TestContext* testCtx = ctxInfo.testContext();
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp20 const GrGLContextInfo& ctxInfo,
22 fStandard = ctxInfo.standard();
69 this->init(contextOptions, ctxInfo, glInterface);
73 const GrGLContextInfo& ctxInfo,
75 GrGLStandard standard = ctxInfo.standard();
76 GrGLVersion version = ctxInfo.version();
101 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
102 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
104 ctxInfo.hasExtension("GL_NV_pack_subimage");
106 ctxInfo
19 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface) argument
72 init(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
668 is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) argument
688 initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
815 hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
926 initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
997 initBlendEqationSupport(const GrGLContextInfo& ctxInfo) argument
1028 initStencilSupport(const GrGLContextInfo& ctxInfo) argument
1252 initConfigTable(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrShaderCaps* shaderCaps) argument
2101 applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, const GrContextOptions& contextOptions, GrShaderCaps* shaderCaps) argument
[all...]
H A DGrGLGpu.h46 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } function in class:final

Completed in 1143 milliseconds

12