Searched refs:render_context (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
H A 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[0], in verify()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.cpp | 295 * @param render_context glu::RenderContext& to be used by the method. 308 const glu::RenderContext& render_context, in executeQuery() 315 const glw::Functions& gl = render_context.getFunctions(); in executeQuery() 483 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery() 516 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery() 1132 * @param render_context glu::RenderContext instance that can be used by the method. 1138 const glu::RenderContext& render_context) in isQuerySupported() 1147 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) && in isQuerySupported() 1159 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) && in isQuerySupported() 1170 if (!glu::contextSupports(render_context in isQuerySupported() 306 executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, PFNQUERYDRAWHANDLERPROC pfn_draw, void* draw_user_arg, const glu::RenderContext& render_context, tcu::TestContext& test_context, const glu::ContextInfo& context_info, _test_execution_result* out_result, bool& skipped) executeQuery() argument 1137 isQuerySupported(glw::GLenum value, const glu::ContextInfo& context_info, const glu::RenderContext& render_context) isQuerySupported() argument 1451 glu::RenderContext& render_context = m_context.getRenderContext(); iterate() local 1594 glu::RenderContext& render_context = m_context.getRenderContext(); iterate() local [all...] |
H A D | gl4cPipelineStatisticsQueryTests.hpp | 265 const glu::RenderContext& render_context, tcu::TestContext& test_context, 285 const glu::RenderContext& render_context);
|
H A 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/ |
H A 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);
|
H A 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()
|
Completed in 16 milliseconds