OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validate_type
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_Sequence.h
88
* \param[in]
validate_type
validate the state by the type of the
101
uint8_t
validate_type
phHciNfc_Sequence.c
219
uint8_t
validate_type
226
switch(
validate_type
)
466
validate_type
);
[
all
...]
/external/mesa3d/src/glx/
indirect_vertex_array.c
89
static GLboolean
validate_type
(struct glx_context * gc, GLenum type);
930
validate_type
(struct glx_context * gc, GLenum type)
function
999
&&
validate_type
(gc, type)) {
1021
&&
validate_type
(gc, type)) {
1073
if (validate_mode(gc, mode) &&
validate_type
(gc, type)) {
[
all
...]
Completed in 88 milliseconds