Lines Matching refs:Gen
33 - After calling Gen* or Create*
34 - After calling Gen* or Create*, then Delete*
35 - After calling Gen*, then Bind*
36 - After calling Gen*, then Bind*, then Delete*
37 - After calling Bind* without preceding Gen*
62 The "gen.*" test cases call the object type's Gen* or Create* function
65 of the corresponding Is* function). In OpenGL ES 2.0, the Gen* functions
69 The "delete.*" test cases call an object type's Gen* or Create* function
73 The "bind.*" test cases call an object type's Gen* function followed by
76 The "delete_bound.*" test cases call an object type's Gen* function
81 a random name that has not been produced by the Gen* function. They then
83 calls must succeed even for names not produced by the Gen* function.