Home
last modified time | relevance | path

Searched defs:PointerData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DUnwantedInteractionBlocker_test.cpp62 struct PointerData { struct
63 float x;
64 float y;
65 float major;
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1437 struct PointerData struct
1439 GLint size;
1440 GLenum type;
1441 GLint stride;
1442 GLboolean normalized;
1443 void *pointer;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2091 struct PointerData struct
2093 GLint size;
2094 GLenum type;
2095 GLint stride;
2096 GLboolean normalized;
2097 const void *pointer;
/aosp_15_r20/bionic/libc/malloc_debug/
H A DPointerData.cpp90 PointerData::PointerData(DebugData* debug_data) : OptionData(debug_data) {} in PointerData() function in PointerData