HomeSort by relevance Sort by last modified time
    Searched full:get_instance (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.cpp 139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
set_uniform_initializer_tests.cpp 168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
set_uniform_initializer_tests.cpp 168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
glsl_types.cpp 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
glsl_types.h 218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
glsl_types.cpp 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
glsl_types.h 218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 77 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 204 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
207 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
215 p_obj = (*p_core_comp->get_instance)();
336 p_core_comp->get_instance = NULL;
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.h 77 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 204 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
207 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
215 p_obj = (*p_core_comp->get_instance)();
336 p_core_comp->get_instance = NULL;
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 77 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 224 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
227 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
235 p_obj = (*p_core_comp->get_instance)();
359 p_core_comp->get_instance = NULL;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
brw_fs_channel_expressions.cpp 177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
brw_fs_channel_expressions.cpp 177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
  /external/libpcap/
inet.c 104 get_instance(const char *name) function
260 this_instance = get_instance(name);
323 if (this_instance < get_instance(nextdev->name) &&

Completed in 1161 milliseconds

1 2