Searched refs:var_type (Results 1 - 19 of 19) sorted by path

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc37 void GetVariableInfo(ShHandle compiler, ShShaderInfo var_type, argument
44 switch (var_type) {
62 ShGetInfo(compiler, var_type, &num_vars);
70 ShGetVariableInfo(compiler, var_type, i,
/external/chromium_org/ppapi/proxy/
H A Draw_var_data.cc197 PP_VarType var_type = static_cast<PP_VarType>(type);
198 result->data_.push_back(RawVarData::Create(var_type));
199 if (!result->data_.back()->Read(var_type, m, iter))
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py353 def __init__(self, var_type, set_condition):
354 self.var_type = var_type
358 return self.var_type
369 return self.var_type + "&"
375 def __init__(self, var_type):
376 self.var_type = var_type
379 return self.var_type
390 return self.var_type
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2572 const struct glsl_type *var_type; local
2593 var_type = process_array_type(&loc, decl_type, decl->array_size,
2595 if (var_type->is_error())
2598 var_type = decl_type;
2601 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto);
2875 if (var_type->contains_sampler() &&
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py131 def declare_temp(var_type, var_name):
134 (declare (temporary) <var_type> <var_name)
136 return [['declare', ['temporary'], var_type, var_name]]
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc784 const clang::QualType& var_type,
787 if (IsRawPointerType(var_type)) {
783 Use(const clang::Expr* parent, const clang::QualType& var_type, const std::string& var_name, const Environment& env) argument
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h465 const ClangASTType &var_type,
/external/lldb/source/Core/
H A DValueObjectVariable.cpp60 Type *var_type = m_variable_sp->GetType(); local
61 if (var_type)
62 return var_type->GetClangForwardType();
69 Type * var_type = m_variable_sp->GetType(); local
70 if (var_type)
71 return var_type->GetName();
78 Type * var_type = m_variable_sp->GetType(); local
79 if (var_type)
80 return var_type->GetQualifiedName();
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1403 Type *var_type = var->GetType(); local
1405 if (!var_type)
1412 ClangASTType var_clang_type = var_type->GetClangFullType();
1422 ASTContext *ast = var_type->GetClangASTContext().getASTContext();
1683 QualType var_type = var_decl->getType(); local
1684 TypeFromParser parser_type(var_type.getAsOpaquePtr(), &var_decl->getASTContext());
1686 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1890 Type *var_type = ResolveTypeUID(encoding_uid); local
1892 if (var_type)
1897 var_type->GetClangLayoutType(),
/external/lldb/source/Symbol/
H A DClangASTType.cpp4503 const ClangASTType &var_type,
4508 if (!IsValid() || !var_type.IsValid())
4519 var_type.GetQualType(), // Variable QualType
4502 AddVariableToRecordType(const char *name, const ClangASTType &var_type, AccessType access) argument
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2572 const struct glsl_type *var_type; local
2593 var_type = process_array_type(&loc, decl_type, decl->array_size,
2595 if (var_type->is_error())
2598 var_type = decl_type;
2601 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto);
2875 if (var_type->contains_sampler() &&
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py131 def declare_temp(var_type, var_name):
134 (declare (temporary) <var_type> <var_name)
136 return [['declare', ['temporary'], var_type, var_name]]
/external/opencv/ml/include/
H A Dml.h809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData
/external/opencv/ml/src/
H A Dml_inner_functions.cpp565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, argument
582 if( !CV_IS_MAT(var_type) )
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
585 if( var_type->rows != 1 && var_type->cols != 1 )
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
588 if( !CV_IS_MASK_ARR(var_type))
591 tm_size = var_type->rows + var_type
[all...]
H A Dmlboost.cpp1323 vtype = data->var_type->data.i;
H A Dmlrtrees.cpp126 int ci = data->var_type->data.i[vi];
H A Dmltree.cpp49 var_idx = var_type = cat_count = cat_ofs = cat_map =
63 var_idx = var_type = cat_count = cat_ofs = cat_map =
155 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON &&
235 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 ));
245 var_type->data.i[vi] = var_type0->data.ptr[vi] == CV_VAR_CATEGORICAL ?
251 // set the two last elements of var_type array to be able
254 var_type->data.i[var_count] = cat_var_count;
255 var_type->data.i[var_count+1] = cat_var_count+1;
919 cvReleaseMat( &var_type );
[all...]
/external/qemu/android/
H A Dcmdline-option.c28 int var_type; member in struct:__anon29058
155 if (oo->var_type != OPTION_IS_FLAG) {
164 if (oo->var_type == OPTION_IS_PARAM)
168 else if (oo->var_type == OPTION_IS_LIST)
214 if ( oo->var_type == OPTION_IS_LIST ) {

Completed in 2601 milliseconds