| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTexture.cpp | 350 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size) in TextureCube() argument 362 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size) in TextureCube() argument 770 TextureCubeArray(const RenderContext& context, deUint32 format, deUint32 dataType, int size, int numLayers) TextureCubeArray() argument 782 TextureCubeArray(const RenderContext& context, deUint32 sizedFormat, int size, int numLayers) TextureCubeArray() argument 841 TextureBuffer(const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) TextureBuffer() argument 852 init(deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) init() argument [all...] |
| H A D | gluVarType.cpp | 101 int size = 0; in getScalarSize() local [all...] |
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuTestLogParserJNI.cpp | 199 void TestLogParser::parse (TestLogListener& listener, const char* buffer, size_t size) in parse() argument 361 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray buffer, jint size) in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() argument
|
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11EglDisplayFactory.cpp | 168 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() argument
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() argument 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() argument 86 readSnormClamp(tcu::Vec4& dst, const int size, const void* ptr) readSnormClamp() argument 101 readSnormScale(tcu::Vec4& dst, const int size, const void* ptr) readSnormScale() argument 115 readHalf(tcu::Vec4& dst, const int size, const void* ptr) readHalf() argument 126 readFixed(tcu::Vec4& dst, const int size, const void* ptr) readFixed() argument 137 readDouble(tcu::Vec4& dst, const int size, const void* ptr) readDouble() argument 155 readUint2101010Rev(typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) readUint2101010Rev() argument 167 readInt2101010Rev(typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) readInt2101010Rev() argument 179 readUnorm2101010RevOrder(tcu::Vec4& dst, const int size, const void* ptr) readUnorm2101010RevOrder() argument 194 readSnorm2101010RevClampOrder(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevClampOrder() argument 210 readSnorm2101010RevScaleOrder(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevScaleOrder() argument 228 read(typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) read() argument 234 readUnorm(tcu::Vec4& dst, const int size, const void* ptr) readUnorm() argument 240 readUnormBGRA(tcu::Vec4& dst, const int size, const void* ptr) readUnormBGRA() argument 245 readUnorm2101010Rev(tcu::Vec4& dst, const int size, const void* ptr) readUnorm2101010Rev() argument 250 readUnorm2101010RevBGRA(tcu::Vec4& dst, const int size, const void* ptr) readUnorm2101010RevBGRA() argument 255 readSnorm2101010RevClamp(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevClamp() argument 260 readSnorm2101010RevClampBGRA(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevClampBGRA() argument 265 readSnorm2101010RevScale(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevScale() argument 270 readSnorm2101010RevScaleBGRA(tcu::Vec4& dst, const int size, const void* ptr) readSnorm2101010RevScaleBGRA() argument 277 readFloat(tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr) readFloat() argument 324 readInt(tcu::IVec4& dst, const VertexAttribType type, const int size, const void* ptr) readInt() argument 371 readUint(tcu::UVec4& dst, const VertexAttribType type, const int size, const void* ptr) readUint() argument [all...] |
| H A D | rrVertexAttrib.hpp | 112 int size; //!< Number of components, valid range is [0,4]. member [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fBufferCopyTests.cpp | 167 const int size = 1000; in iterate() local 267 const int size = 1017; in init() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p_utils.c | 540 int p2p_remove_6ghz_channels(unsigned int *pref_freq_list, int size) in p2p_remove_6ghz_channels() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_win32.c | 237 void * os_zalloc(size_t size) in os_zalloc() argument
|
| H A D | trace.c | 36 static int callback(struct dl_phdr_info *info, size_t size, void *data) in callback() argument 165 bfd_size_type size; in find_addr_sect() local
|
| /third_party/vulkan-loader/tests/ |
| H A D | loader_alloc_callback_tests.cpp | 56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() argument 75 void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | FramebufferAttachment.cpp | 336 const gl::Extents &size = getAttachmentSize(imageIndex); in initializeContents() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BufferGL.cpp | 56 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument 88 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument 113 copySubData(const gl::Context *context, BufferImpl *source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size) copySubData() argument [all...] |
| /third_party/zlib/contrib/infback9/ |
| H A D | infback9.c | 52 unsigned sym, bits, low, size; in makefixed9() local
|
| /third_party/zlib/contrib/minizip/ |
| H A D | iowin32.c | 195 uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() argument 217 uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) in win32_write_file_func() argument
|
| /third_party/zlib/examples/ |
| H A D | enough.c | 176 size_t size; // size of allocation global() member 228 size_t size; // number of elements in num and done global() member [all...] |
| H A D | gzappend.c | 172 int size; /* 1 << size is bytes in buf */ member
|
| /third_party/zlib/ |
| H A D | gzguts.h | 179 unsigned size; /* buffer size, zero if not allocated yet */ member
|
| H A D | gzlib.c | 302 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer() argument [all...] |
| H A D | gzwrite.c | 267 gzfwrite(voidpc buf, z_size_t size, z_size_t nitems, gzFile file) gzfwrite() argument [all...] |
| H A D | inflate.c | 322 unsigned low, size; in makefixed() local [all...] |
| /third_party/zlib/test/ |
| H A D | infcover.c | 58 size_t size; /* requested size of allocation */ member 71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() argument 511 unsigned len, size; try() local [all...] |
| /applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
| H A D | native_interface_xcomponent.h | 167 double size; member 191 double size; member
|
| /applications/standard/contacts_data/ability/merge/src/ |
| H A D | merger_contacts.cpp | 189 unsigned int size = Ids.size(); in UpdateRawContactsExecute() local [all...] |
| /applications/standard/contacts_data/dataBusiness/contacts/src/ |
| H A D | contacts_data_ability.cpp | 281 unsigned int size = values.size(); in BatchInsert() local
|