Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_gentype.hpp31 typedef VALTYPE * value_pointer; typedef
51 value_const_pointer value_address() const{return value_pointer(this);} in value_address()
52 value_pointer value_address(){return value_pointer(this);} in value_address()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_darwin.cpp52 const uint32_t* value_pointer = in GetEntryProperty() local
55 if (value_pointer != NULL) in GetEntryProperty()
56 value = *value_pointer; in GetEntryProperty()