HomeSort by relevance Sort by last modified time
    Searched full:validate_type (Results 1 - 4 of 4) 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/chromium_org/third_party/mesa/src/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...]
  /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 937 milliseconds