Home
last modified time | relevance | path

Searched defs:size (Results 11151 - 11175 of 11493) sorted by relevance

1...<<441442443444445446447448449450>>...460

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp2065 getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveAttribute() argument
2482 getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveUniform() argument
3176 getTransformFeedbackVarying(GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) const getTransformFeedbackVarying() argument
[all...]
H A DvalidationES3.cpp936 QueryEffectiveFormatList(const InternalFormat &srcFormat, GLenum targetFormat, const EffectiveInternalFormatInfo *list, size_t size, GLenum *outEffectiveFormat) QueryEffectiveFormatList() argument
2025 ValidateBindBufferCommon(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) ValidateBindBufferCommon() argument
2176 ValidateBindBufferRange(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) ValidateBindBufferRange() argument
3350 ValidateCopyBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferBinding readTarget, BufferBinding writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) ValidateCopyBufferSubData() argument
3542 ValidateVertexAttribIPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexAttribIPointer() argument
4146 ValidateGetTransformFeedbackVarying(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLuint index, GLsizei bufSize, const GLsizei *length, const GLsizei *size, const GLenum *type, const GLchar *name) ValidateGetTransformFeedbackVarying() argument
[all...]
H A DvalidationGL1.cpp423 ValidateFeedbackBuffer(const Context *, angle::EntryPoint entryPoint, GLsizei size, GLenum type, const GLfloat *buffer) ValidateFeedbackBuffer() argument
1227 ValidateSelectBuffer(const Context *, angle::EntryPoint entryPoint, GLsizei size, const GLuint *buffer) ValidateSelectBuffer() argument
2286 ValidateSecondaryColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateSecondaryColorPointer() argument
2395 ValidateGetBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLintptr offset, GLsizeiptr size, const void *data) ValidateGetBufferSubData() argument
H A DvalidationGL4.cpp644 ValidateVertexAttribLPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateVertexAttribLPointer() argument
769 ValidateClearBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearBufferSubData() argument
884 ValidateVertexAttribLFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) ValidateVertexAttribLFormat() argument
954 ValidateBufferStorage(const Context *context, angle::EntryPoint entryPoint, BufferBinding targetPacked, GLsizeiptr size, const void *data, GLbitfield flags) ValidateBufferStorage() argument
1037 ValidateClearNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearNamedBufferSubData() argument
1144 ValidateCopyNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) ValidateCopyNamedBufferSubData() argument
1355 ValidateGetNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLintptr offset, GLsizeiptr size, const void *data) ValidateGetNamedBufferSubData() argument
1774 ValidateNamedBufferData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLsizeiptr size, const void *data, GLenum usage) ValidateNamedBufferData() argument
1784 ValidateNamedBufferStorage(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLsizeiptr size, const void *data, GLbitfield flags) ValidateNamedBufferStorage() argument
1794 ValidateNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLintptr offset, GLsizeiptr size, const void *data) ValidateNamedBufferSubData() argument
1904 ValidateTextureBufferRange(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum internalformat, BufferID buffer, GLintptr offset, GLsizeiptr size) ValidateTextureBufferRange() argument
2081 ValidateTransformFeedbackBufferRange(const Context *context, angle::EntryPoint entryPoint, GLuint xfb, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) ValidateTransformFeedbackBufferRange() argument
2106 ValidateVertexArrayAttribFormat(const Context *context, angle::EntryPoint entryPoint, VertexArrayID vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) ValidateVertexArrayAttribFormat() argument
2118 ValidateVertexArrayAttribIFormat(const Context *context, angle::EntryPoint entryPoint, VertexArrayID vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) ValidateVertexArrayAttribIFormat() argument
2129 ValidateVertexArrayAttribLFormat(const Context *context, angle::EntryPoint entryPoint, VertexArrayID vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) ValidateVertexArrayAttribLFormat() argument
[all...]
H A DvalidationES2.cpp3497 ValidateBufferData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLsizeiptr size, const void *data, BufferUsage usage) ValidateBufferData() argument
3565 ValidateBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr size, const void *data) ValidateBufferSubData() argument
4246 ValidateGetActiveAttrib(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLuint index, GLsizei bufsize, const GLsizei *length, const GLint *size, const GLenum *type, const GLchar *name) ValidateGetActiveAttrib() argument
4278 ValidateGetActiveUniform(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLuint index, GLsizei bufsize, const GLsizei *length, const GLint *size, const GLenum *type, const GLchar *name) ValidateGetActiveUniform() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1229 const gl::Extents &size = depthRenderTarget->getExtents(); in getNullColorRenderTarget() local
2910 createTextureStorageCube(GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) createTextureStorageCube() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp395 unsigned size = MBB->size(); in swingModuloScheduler() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp103 unsigned size() const { return IDs.size(); } in size() function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp654 CheckUniform(GLuint program, const std::string& name, const std::map<std::string, GLuint>& name_index_map, GLint size, GLenum type) CheckUniform() argument
[all...]
H A Dgl3cTextureSwizzleTests.cpp1608 double calculate_max_for_size(size_t size) in calculate_max_for_size() argument
H A Dgl4cCopyImageTests.cpp251 GLuint size = Utils::getPixelSizeForFormat(internal_format); in getPixelSizeForCompatibilityVerification() local
958 GLuint size = 0; in getPixelSizeForFormat() local
1487 GLsizei size = 16; prepareTexture() local
[all...]
H A Dgl4cDirectStateAccessTexturesTests.cpp5203 GLsizei size = m_reference_size * s_block_2d_size_x * s_block_2d_size_y; in PrepareCompressedStorage() local
5206 0, size, 0); in PrepareCompressedStorage() local
5227 GLsizei size = m_reference_size * s_block_3d_size * s_block_3d_size * s_block_3d_size; in PrepareCompressedStorage() local
5230 size, 0); in PrepareCompressedStorage() local
6029 bool CopyTest::CheckData(glw::GLenum target, glw::GLuint size) in CheckData() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h214 ANGLE_INLINE void updateData(const uint8_t *data, size_t size, size_t offset) in updateData() argument
[all...]
H A DTextureVk.cpp76 IsTextureLevelDefinitionCompatibleWithImage(const vk::ImageHelper &image, gl::LevelIndex textureLevelIndexGL, const gl::Extents &size, angle::FormatID intendedFormatID, angle::FormatID actualFormatID) IsTextureLevelDefinitionCompatibleWithImage() argument
313 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument
347 setCompressedImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument
385 setImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::InternalFormat &formatInfo, const gl::Extents &size, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImageImpl() argument
1265 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument
1274 setStorageMultisample(const gl::Context *context, gl::TextureType type, GLsizei samples, GLint internalformat, const gl::Extents &size, bool fixedSampleLocations) setStorageMultisample() argument
1316 setStorageExternalMemory(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, gl::MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument
1609 redefineLevel(const gl::Context *context, const gl::ImageIndex &index, const vk::Format &format, const gl::Extents &size) redefineLevel() argument
2591 const VkDeviceSize size = gl::GetBoundBufferAvailableSize(bufferBinding); syncState() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1797 sk_sp<GrGpuBuffer> GrGLGpu::onCreateBuffer(size_t size, GrGpuBufferType intendedType, in onCreateBuffer() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp467 sk_sp<GrGpuBuffer> GrVkGpu::onCreateBuffer(size_t size, GrGpuBufferType type, in onCreateBuffer() argument
795 VkDeviceSize size = rect.height()*layout.rowPitch; in uploadTexDataLinear() local
1280 copyBuffer(sk_sp<GrGpuBuffer> srcBuffer, sk_sp<GrGpuBuffer> dstBuffer, VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size) copyBuffer() argument
1296 updateBuffer(sk_sp<GrVkBuffer> buffer, const void* src, VkDeviceSize offset, VkDeviceSize size) updateBuffer() argument
1847 onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, sk_sp<GrRefCntedCallback> finishedCallback, const void* data, size_t size) onUpdateCompressedBackendTexture() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp98 GL_APICALL void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() argument
103 GL_APICALL void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() argument
410 GL_APICALL void GL_APIENTRY glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) in glGetActiveAttrib() argument
415 GL_APICALL void GL_APIENTRY glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) in glGetActiveUniform() argument
933 GL_APICALL void GL_APIENTRY glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) in glVertexAttribPointer() argument
1190 glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glBindBufferRange() argument
1205 glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVarying() argument
1210 glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointer() argument
1320 glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyBufferSubData() argument
[all...]
H A DlibGLESv2.cpp470 void GL_APIENTRY BufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in BufferData() argument
519 void GL_APIENTRY BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in BufferSubData() argument
2244 GetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GetActiveAttrib() argument
2282 GetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) GetActiveUniform() argument
5566 VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) VertexAttribPointer() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java820 public void setYSubscriptXSize(int size) { in setYSubscriptXSize() argument
828 public void setYSubscriptYSize(int size) { in setYSubscriptYSize() argument
852 public void setYSuperscriptXSize(int size) { in setYSuperscriptXSize() argument
860 public void setYSuperscriptYSize(int size) { in setYSuperscriptYSize() argument
884 public void setYStrikeoutSize(int size) { in setYStrikeoutSize() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp1734 size_t size = get_declared_struct_member_size(type, last); get_declared_struct_size() local
1743 size_t size = get_declared_struct_size(type); get_declared_struct_size_runtime_array() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp684 ImVec2 size = CalcItemSize(size_arg, label_size.x + style.FramePadding.x * 2.0f, label_size.y + style.FramePadding.y * 2.0f); in ButtonEx() local
742 ImVec2 size = CalcItemSize(size_arg, 0.0f, 0.0f); in InvisibleButton() local
754 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx() argument
999 Image(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec4& tint_col, const ImVec4& border_col) Image() argument
1025 ImageButtonEx(ImGuiID id, ImTextureID texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec2& padding, const ImVec4& bg_col, const ImVec4& tint_col) ImageButtonEx() argument
1054 ImageButton(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVec4& tint_col) ImageButton() argument
1249 ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y * 2.0f); ProgressBar() local
1319 Dummy(const ImVec2& size) Dummy() argument
[all...]
H A Dimstb_truetype.h518 int size; member
1151 stbtt__new_buf(const void *p, size_t size) stbtt__new_buf() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.h626 size_t size; member
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c498 static WEBP_INLINE void Fill_SSE2(uint8_t* dst, int value, int size) { in Fill_SSE2() argument
527 VerticalPred_SSE2(uint8_t* dst, const uint8_t* top, int size) VerticalPred_SSE2() argument
558 HorizontalPred_SSE2(uint8_t* dst, const uint8_t* left, int size) HorizontalPred_SSE2() argument
571 TM_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TM_SSE2() argument
599 TrueMotion_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TrueMotion_SSE2() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp8141 uInt size=n+12; /* true size */ global() local
[all...]

Completed in 116 milliseconds

1...<<441442443444445446447448449450>>...460