Home | History | Annotate | Download | only in performance

Lines Matching full:cost

39 	: TestCaseGroup(context, "state_change_only", "Test cost of state change calls without rendering anything")
188 ADD_ARG_CASE1(enable, "Test cost of glEnable() calls",
204 ADD_ARG_CASE1(disable, "Test cost of glDisable() calls",
220 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
235 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls",
244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls",
253 ADD_ARG_CASE1(clear_depth, "Test cost of glClearDepth() calls",
263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
273 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
283 ADD_ARG_CASE1(cull_face, "Test cost of glCullFace() calls",
293 ADD_ARG_CASE1(front_face, "Test cost of glFrontFace() calls",
302 ADD_ARG_CASE1(blend_equation, "Test cost of glBlendEquation() calls",
312 ADD_ARG_CASE1(enable_vertex_attrib_array, "Test cost of glEnableVertexAttribArray() calls",
327 ADD_ARG_CASE1(disable_vertex_attrib_array, "Test cost of glDisableVertexAttribArray() calls",
342 ADD_ARG_CASE1(use_program, "Test cost of glUseProgram() calls. Note: Uses only program 0.",
350 ADD_ARG_CASE1(active_texture, "Test cost of glActiveTexture() calls",
365 ADD_ARG_CASE2(depth_range, "Test cost of glDepthRangef() calls",
381 ADD_ARG_CASE2(polygon_offset, "Test cost of glPolygonOffset() calls",
399 ADD_ARG_CASE2(sample_coverage, "Test cost of glSampleCoverage() calls",
415 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls",
453 ADD_ARG_CASE2(blend_equation_separate, "Test cost of glBlendEquationSeparate() calls",
469 ADD_ARG_CASE2(stencil_mask_separate, "Test cost of glStencilMaskSeparate() calls",
484 ADD_ARG_CASE2(bind_buffer, "Test cost of glBindBuffer() calls. Note: Uses only buffer 0",
497 ADD_ARG_CASE2(bind_texture, "Test cost of glBindTexture() calls. Note: Uses only texture 0",
510 ADD_ARG_CASE2(hint, "Test cost of glHint() calls",
524 ADD_ARG_CASE3(stencil_func, "Test cost of glStencilFunc() calls",
556 ADD_ARG_CASE3(stencil_op, "Test cost of glStencilOp() calls",
593 ADD_ARG_CASE4(viewport, "Test cost of glViewport() calls",
625 ADD_ARG_CASE4(scissor, "Test cost of glScissor() calls",
657 ADD_ARG_CASE4(stencil_func_separate, "Test cost of glStencilFuncSeparate() calls",
695 ADD_ARG_CASE4(stencil_op_separatae, "Test cost of glStencilOpSeparate() calls",
738 ADD_ARG_CASE4(blend_func_separate, "Test cost of glBlendFuncSeparate() calls",
810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls",
834 ADD_ARG_CASE4(clear_color, "Test cost of glClearColor() calls",
866 ADD_ARG_CASE6(vertex_attrib_pointer, "Test cost of glVertexAttribPointer() calls",