OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:owned_data
(Results
1 - 3
of
3
) sorted by null
/art/runtime/base/
hash_set.h
616
const bool
owned_data
= owns_data_;
local
623
if (
owned_data
) {
627
if (
owned_data
) {
/frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp
66
owned_data
(NULL) {
125
if (attrib.
owned_data
)
126
delete[] attrib.
owned_data
;
1029
attrib.
owned_data
= data_cpy; // Marks this for deletion later on
[
all
...]
shader_program.h
420
float*
owned_data
;
member in struct:android::filterfw::ShaderProgram::VertexAttrib
Completed in 564 milliseconds