| /third_party/icu/icu4c/source/common/ |
| H A D | ubidiimp.h | 300 UBiDiLevel *levels; member
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface.h | 404 uint8_t levels; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_private.h | 181 radv_minify(uint32_t n, uint32_t levels) in radv_minify() argument
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsinfo.c | 180 int levels = 0; in parse_options() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ubidiimp.h | 300 UBiDiLevel *levels; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 3175 st_texture_storage(struct gl_context *ctx, struct gl_texture_object *texObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, struct gl_memory_object *memObj, GLuint64 offset) st_texture_storage() argument 3297 st_AllocTextureStorage(struct gl_context *ctx, struct gl_texture_object *texObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth) st_AllocTextureStorage() argument 3511 st_SetTextureStorageForMemoryObject(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset) st_SetTextureStorageForMemoryObject() argument [all...] |
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 624 pandecode_texture_payload(mali_ptr payload, enum mali_texture_dimension dim, enum mali_texture_layout layout, bool manual_stride, uint8_t levels, uint16_t nr_samples, uint16_t array_size, struct pandecode_mapped_memory *tmem) pandecode_texture_payload() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineRenderToImageTests.cpp | 1293 vector<IVec4> levels; in getMipLevelSizes() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | TextureStorage11.cpp | 130 GetTextureMiscFlags(GLenum internalFormat, const Renderer11DeviceCaps &renderer11DeviceCaps, bool renderTarget, int levels) GetTextureMiscFlags() argument 1002 TextureStorage11_2D(Renderer11 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels, const std::string &label, bool hintLevelZeroOnly) TextureStorage11_2D() argument 2102 TextureStorage11_Cube(Renderer11 *renderer, GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) TextureStorage11_Cube() argument 2831 TextureStorage11_3D(Renderer11 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) TextureStorage11_3D() argument 3212 TextureStorage11_2DArray(Renderer11 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) TextureStorage11_2DArray() argument 3659 TextureStorage11_2DMultisample(Renderer11 *renderer, GLenum internalformat, GLsizei width, GLsizei height, int levels, int samples, bool fixedSampleLocations, const std::string &label) TextureStorage11_2DMultisample() argument 3877 TextureStorage11_2DMultisampleArray(Renderer11 *renderer, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int levels, int samples, bool fixedSampleLocations, const std::string &label) TextureStorage11_2DMultisampleArray() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_autogen.cpp | 2066 CaptureTexStorage2D(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) CaptureTexStorage2D() argument 2086 CaptureTexStorage3D(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) CaptureTexStorage3D() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | TextureD3D.cpp | 167 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument 188 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 1296 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument 1524 GLint levels = (mTexStorage ? mTexStorage->getLevelCount() : creationLevels(width, height, 1)); createCompleteStorage() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | TextureGL.cpp | 1013 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument 1265 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 [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cMultiBindTests.cpp | 1009 void Texture::InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in InitStorage() argument 1215 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage() argument [all...] |
| H A D | gl4cBufferStorageTests.cpp | 1490 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage() argument
|
| H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 471 Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenum internalformat, glw::GLuint levels) Test() argument 550 SubTestAttachmentError(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level, glw::GLuint levels) SubTestAttachmentError() argument 579 SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level, glw::GLuint levels) SubTestStatus() argument 611 SubTestContent(glw::GLenum attachment, glw::GLenum texture_target, glw::GLenum internalformat, glw::GLuint level, glw::GLuint levels) SubTestContent() argument 910 Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenum internalformat, glw::GLuint levels, glw::GLint layers) Test() argument 1021 SubTestAttachmentError(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level, glw::GLint layer, glw::GLuint levels, glw::GLint layers) SubTestAttachmentError() argument 1054 SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level, glw::GLint layer, glw::GLuint levels, glw::GLint layers) SubTestStatus() argument 1090 SubTestContent(glw::GLenum attachment, glw::GLenum texture_target, glw::GLenum internalformat, glw::GLuint level, glw::GLint layer, glw::GLuint levels, glw::GLint layers) SubTestContent() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| H A D | esextcTessellationShaderInvariance.cpp | 1406 const _tessellation_levels& levels = *levels_iterator; in initTestIterations() local 1700 _tessellation_levels_set levels; in initTestIterations() local 2074 const _tessellation_levels& levels = levels_set[levels_set.size() - 1]; initTestIterations() local 2379 const _tessellation_levels& levels = *set_iterator; initTestIterations() local 2756 const _tessellation_levels& levels = *levels_set_iterator; initTestIterations() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcRobustBufferAccessBehaviorTests.cpp | 826 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_0_autogen.cpp | 2285 GL_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) in GL_TexStorage2D() argument 2314 GL_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) GL_TexStorage3D() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv3.cpp | 3619 void GL_APIENTRY TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) in TexStorage2D() argument 3707 TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) TexStorage3D() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | quant_enc.c | 806 ReconstructIntra4(VP8EncIterator* const it, int16_t levels[16], const uint8_t* const src, uint8_t* const yuv_out, int mode) ReconstructIntra4() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ubidiimp.h | 300 UBiDiLevel *levels; member
|
| /third_party/selinux/checkpolicy/ |
| H A D | policy_parse.y | 283 levels : level_def label
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fTextureSpecificationTests.cpp | 4502 int levels; in init() member 4517 int levels; in init() member 4538 int levels in init() local 4548 int levels = cubeSizes[ndx].levels; init() local 4601 int levels; init() member 4618 int levels; init() member 4641 int levels = tex2DArraySizes[ndx].levels; init() local 4653 int levels = tex3DSizes[ndx].levels; init() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureGatherTests.cpp | 428 const tcu::ConstPixelBufferAccess* levels[tcu::CUBEFACE_LAST]; in getOneLevelSubView() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineRenderToImageTests.cpp | 1172 vector<IVec4> levels; in getMipLevelSizes() local
|