Searched refs:test_vbo (Results 1 – 3 of 3) sorted by relevance
2175 if (!ctx->test_vbo) in draw_test_quad()2176 GL_EXTCALL(glGenBuffers(1, &ctx->test_vbo)); in draw_test_quad()2177 GL_EXTCALL(glBindBuffer(GL_ARRAY_BUFFER, ctx->test_vbo)); in draw_test_quad()
314 if (ctx->test_program_id || ctx->test_vbo) in wined3d_caps_gl_ctx_destroy()317 GL_EXTCALL(glDeleteBuffers(1, &ctx->test_vbo)); in wined3d_caps_gl_ctx_destroy()
2631 GLuint test_vbo; member