OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:validate_count
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/glx/
indirect_vertex_array.c
88
static GLboolean
validate_count
(struct glx_context * gc, GLsizei count);
911
validate_count
(struct glx_context * gc, GLsizei count)
function
953
if (validate_mode(gc, mode) &&
validate_count
(gc, count)) {
998
if (validate_mode(gc, mode) &&
validate_count
(gc, count)
1020
if (validate_mode(gc, mode) &&
validate_count
(gc, count)
1053
if (
validate_count
(gc, count[i])) {
1079
if (
validate_count
(gc, count[i])) {
[
all
...]
Completed in 69 milliseconds