OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physical_pointer
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
context.h
180
GLvoid const*
physical_pointer
;
member in struct:android::gl::array_t
192
return (const GLubyte*)
physical_pointer
+ i * stride;
array.cpp
339
physical_pointer
= (bo) ? (bo->data + uintptr_t(pointer)) : pointer;
[
all
...]
Completed in 2956 milliseconds