OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libadreno_utils_
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.cpp
44
libadreno_utils_
= ::dlopen("libadreno_utils.so", RTLD_NOW);
45
if (
libadreno_utils_
) {
47
::dlsym(
libadreno_utils_
, "compute_aligned_width_and_height");
49
::dlsym(
libadreno_utils_
, "compute_surface_padding");
51
::dlsym(
libadreno_utils_
, "isMacroTilingSupportedByGpu");
53
::dlsym(
libadreno_utils_
, "compute_compressedfmt_aligned_width_and_height");
55
::dlsym(
libadreno_utils_
, "isUBWCSupportedByGpu");
57
::dlsym(
libadreno_utils_
, "get_gpu_pixel_alignment");
82
if (
libadreno_utils_
) {
83
::dlclose(
libadreno_utils_
);
[
all
...]
gr_adreno_info.h
151
void *
libadreno_utils_
= NULL;
member in class:gralloc1::AdrenoMemInfo
Completed in 222 milliseconds