Searched refs:validate_type (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.h88 * \param[in] validate_type validate the state by the type of the
101 uint8_t validate_type
H A DphHciNfc_Sequence.c219 uint8_t validate_type
226 switch(validate_type)
466 validate_type);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.c89 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)) {
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c89 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)) {

Completed in 1008 milliseconds