Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDeviceVk.cpp27 egl::Error DeviceVk::getDevice(void **outValue) in getDevice()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDeviceNULL.cpp26 egl::Error DeviceNULL::getDevice(void **outValue) in getDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h55 void readInt(IntT *outValue) in readInt()
78 void readEnum(EnumT *outValue) in readEnum()
90 void readBool(bool *outValue) { *outValue = readBool(); } in readBool()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDeviceNULL.cpp26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDeviceCGL.cpp30 egl::Error DeviceCGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDeviceEAGL.cpp31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp36 egl::Error DeviceD3D::getDevice(void **outValue) in getDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDeviceVk.cpp31 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.cpp25 egl::Error getAttribute(const egl::Display *display, EGLint attribute, void **outValue) override in getAttribute()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp814 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue()
/third_party/libsnd/src/ALAC/
Dag_enc.c135 …maxbits, uint32_t m, uint32_t k, uint32_t n, uint32_t *outNumBits, uint32_t *outValue, uint32_t *o… in dyn_code_32bit()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp851 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue()
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
/third_party/vk-gl-cts/executor/tools/
DxeTestLogCompare.cpp115 OutputValue outValue; member
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute()
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp929 int32_t outValue = -1; in DEF_TEST() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp1505 GLenum *outValue) in syncTextureStateSwizzle()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp819 deBool checkValue (deUint16 inValue, float outValue, SubnormalizedConversionType& conversion) in checkValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp1810 GLenum *outValue) in syncTextureStateSwizzle()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.cpp1415 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); in evaluate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderOperatorTests.cpp278 ValueType outValue; member

12