Searched refs:render_context (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
D | es32cCopyImageTests.cpp | 199 glu::RenderContext& render_context = m_context.getRenderContext(); in verify() local 200 glu::GLSLVersion glsl_version = glu::getContextTypeGLSLVersion(render_context.getType()); in verify() 247 …glu::draw(render_context, program.getProgram(), DE_LENGTH_OF_ARRAY(vertex_arrays), &vertex_arrays[… in verify()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 307 const glu::RenderContext& render_context, in executeQuery() argument 313 const glw::Functions& gl = render_context.getFunctions(); in executeQuery() 479 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery() 512 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery() 1134 const glu::RenderContext& render_context) in isQuerySupported() argument 1143 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) && in isQuerySupported() 1155 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) && in isQuerySupported() 1166 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) && in isQuerySupported() 1447 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local 1459 const glw::Functions& gl = render_context.getFunctions(); in iterate() [all …]
|
D | gl4cPipelineStatisticsQueryTests.hpp | 265 const glu::RenderContext& render_context, tcu::TestContext& test_context, 284 const glu::RenderContext& render_context);
|
D | gl4cSparseBufferTests.cpp | 1216 glu::RenderContext& render_context = context.getRenderContext(); in BufferTextureStorageTestCase() local 1218 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) || in BufferTextureStorageTestCase()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv_bridge.h | 731 void *render_context; member 740 void *render_context; member 1062 void pvr_srv_rgx_destroy_render_context(int fd, void *render_context);
|
D | pvr_srv_bridge.c | 1339 *render_context_out = ret.render_context; in pvr_srv_rgx_create_render_context() 1344 void pvr_srv_rgx_destroy_render_context(int fd, void *render_context) in pvr_srv_rgx_destroy_render_context() argument 1347 .render_context = render_context, in pvr_srv_rgx_destroy_render_context()
|