HomeSort by relevance Sort by last modified time
    Searched defs:column_type (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 212 public native int column_type(int col) throws SQLite.Exception; method in class:Stmt
228 switch (column_type(col)) {
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 1086 const glsl_type *const column_type = array->type->column_type(); local
1091 const unsigned mat_idx = column * column_type->vector_elements;
1095 switch (column_type->base_type) {
1098 for (unsigned i = 0; i < column_type->vector_elements; i++)
1104 for (unsigned i = 0; i < column_type->vector_elements; i++)
1114 return new(ctx) ir_constant(column_type, &data);
    [all...]
glsl_types.h 433 const glsl_type *column_type() const function in struct:glsl_type
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 1086 const glsl_type *const column_type = array->type->column_type(); local
1091 const unsigned mat_idx = column * column_type->vector_elements;
1095 switch (column_type->base_type) {
1098 for (unsigned i = 0; i < column_type->vector_elements; i++)
1104 for (unsigned i = 0; i < column_type->vector_elements; i++)
1114 return new(ctx) ir_constant(column_type, &data);
    [all...]
glsl_types.h 433 const glsl_type *column_type() const function in struct:glsl_type
  /external/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h 73 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
269 #define sqlite3_column_type sqlite3_api->column_type

Completed in 101 milliseconds