Home
last modified time | relevance | path

Searched refs:physical_pointer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
Dcontext.h184 GLvoid const* physical_pointer; member
196 return (const GLubyte*)physical_pointer + i * stride; in element()
Darray.cpp339 physical_pointer = (bo) ? (bo->data + uintptr_t(pointer)) : pointer; in resolve()