OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINK_adreno_compute_padding
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libgralloc/
gr.h
103
int (*
LINK_adreno_compute_padding
) (int width, int bpp,
alloc_controller.cpp
91
*(void **)&
LINK_adreno_compute_padding
= ::dlsym(libadreno_utils,
119
if ((libadreno_utils) && (
LINK_adreno_compute_padding
)) {
125
stride =
LINK_adreno_compute_padding
(stride, bpp,
/hardware/qcom/display/msm8974/libgralloc/
gr.h
103
int (*
LINK_adreno_compute_padding
) (int width, int bpp,
alloc_controller.cpp
91
*(void **)&
LINK_adreno_compute_padding
= ::dlsym(libadreno_utils,
128
if ((libadreno_utils) && (
LINK_adreno_compute_padding
)) {
134
stride =
LINK_adreno_compute_padding
(stride, bpp,
/hardware/qcom/display/msm8x26/libgralloc/
gr.h
103
int (*
LINK_adreno_compute_padding
) (int width, int bpp,
alloc_controller.cpp
91
*(void **)&
LINK_adreno_compute_padding
= ::dlsym(libadreno_utils,
119
if ((libadreno_utils) && (
LINK_adreno_compute_padding
)) {
125
stride =
LINK_adreno_compute_padding
(stride, bpp,
Completed in 98 milliseconds