Home
last modified time | relevance | path

Searched defs:pointer_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp435 static const GLvoid *pointer_array[] = {(GLvoid *)1, (GLvoid *)4, (GLvoid *)-16}; in invalidOperation() local
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc340 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray()