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

1 2

  /bionic/tests/libs/
dlopen_check_order_reloc_nephew_answer.cpp 35 extern "C" void* get_instance() { function
  /external/vulkan-validation-layers/tests/
test_environment.h 44 VkInstance get_instance() { return inst; } function in class:vk_testing::Environment
  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
234 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
242 p_obj = (*p_core_comp->get_instance)();
366 p_core_comp->get_instance = NULL;
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
228 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
236 p_obj = (*p_core_comp->get_instance)();
360 p_core_comp->get_instance = NULL;
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
228 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
236 p_obj = (*p_core_comp->get_instance)();
360 p_core_comp->get_instance = NULL;
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
234 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
242 p_obj = (*p_core_comp->get_instance)();
366 p_core_comp->get_instance = NULL;
  /external/mesa3d/src/compiler/
nir_types.cpp 300 return glsl_type::get_instance(base_type, 1, 1);
307 return glsl_type::get_instance(base_type, components, 1);
314 return glsl_type::get_instance(base_type, rows, columns);
361 return glsl_type::get_instance(type->base_type, type->matrix_columns,
glsl_types.cpp 523 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
    [all...]
glsl_types.h 220 * Convenience accessors for vector types (shorter than get_instance()).
254 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
693 ? get_instance(base_type, matrix_columns, 1)
707 ? get_instance(base_type, vector_elements, 1)
  /system/core/libmemtrack/
memtrack.cpp 47 static android::sp<IMemtrack> get_instance() { function
69 android::sp<IMemtrack> memtrack = get_instance();
  /external/mesa3d/src/compiler/glsl/
opt_vectorize.cpp 143 swz->type = glsl_type::get_instance(swz->type->base_type,
149 expr->type = glsl_type::get_instance(expr->type->base_type,
ir.cpp 264 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
274 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
281 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
288 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE,
296 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
335 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
421 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
568 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, vector_elements, 1);
581 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, vector_elements, 1);
594 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, vector_elements, 1)
    [all...]
lower_vector.cpp 189 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
lower_instructions.cpp 230 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
241 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
250 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
389 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1);
390 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
490 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1);
491 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
613 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
685 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
686 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1)
    [all...]
opt_rebalance_tree.cpp 291 glsl_type::get_instance(expr->type->base_type,
lower_packed_varyings.cpp 626 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1);
628 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1);
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 155 glsl_type::get_instance(base_type, rows, columns);
169 glsl_type::get_instance(base_type, rows, columns);
  /external/autotest/client/cros/cellular/wardmodem/
state_machine.py 41 self._task_loop = task_loop.get_instance()
task_loop.py 15 def get_instance(): function
37 get_instance() instead.
41 tl = task_loop.get_instance()
task_loop_unittest.py 27 self._task_loop = task_loop.get_instance()
at_channel.py 73 self._task_loop = task_loop.get_instance()

Completed in 819 milliseconds

1 2