Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DBinaryStream.h44 void readInt(IntT *outValue) in readInt()
67 void readEnum(EnumT *outValue) in readEnum()
79 void readBool(bool *outValue) { *outValue = readBool(); } in readBool()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DDeviceNULL.cpp26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DDeviceVk.cpp27 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/
DDeviceCGL.cpp30 egl::Error DeviceCGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/
DDeviceEAGL.cpp31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/device/generic/goldfish/camera/
DExif.cpp211 const char** outValue) { in getCameraParam()
222 float* outValue) { in getCameraParam()
233 int64_t* outValue) { in getCameraParam()
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/
Dshader_translator.cpp832 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue()
/device/generic/goldfish-opengl/system/hwc2/
DDisplay.cpp236 int32_t* outValue) { in getDisplayAttributeEnum()
258 int32_t attribute, int32_t* outValue) { in getDisplayAttribute()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1711 GLenum *outValue) in syncTextureStateSwizzle()