/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D() 187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed() 214 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* c… in create() 275 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::ve… in create() 288 …reCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::Co… in TextureCube() 375 void TextureCube::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::T… in loadCompressed() 405 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* c… in create() 427 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::ve… in create() 441 …DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLevels) in Texture1DArray() 452 …rray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) in Texture1DArray() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create() 324 unsigned numLevels; in radeon_miptree_matches_texture() local 371 GLuint numLevels; in radeon_try_alloc_miptree() local 481 const unsigned numLevels = lastLevel - firstLevel + 1; in get_biggest_matching_miptree() local
|
D | radeon_mipmap_tree.h | 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create() 324 unsigned numLevels; in radeon_miptree_matches_texture() local 371 GLuint numLevels; in radeon_try_alloc_miptree() local 481 const unsigned numLevels = lastLevel - firstLevel + 1; in get_biggest_matching_miptree() local
|
D | radeon_mipmap_tree.h | 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ member
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 482 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTex2D() local 520 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTexCube() local 627 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 669 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 718 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 767 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 829 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 874 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 921 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 985 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local [all …]
|
D | es2fTextureCompletenessTests.cpp | 282 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 351 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 404 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 510 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 614 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 686 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 755 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 868 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
|
D | es2fTextureSizeTests.cpp | 99 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 232 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
|
D | es2fTextureUnitTests.cpp | 645 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init() local 854 …int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight()))+1… in render() local 876 int numLevels = mipmaps ? deLog2Floor32(texture->getSize())+1 : 1; in render() local
|
D | es2fTextureMipmapTests.cpp | 162 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 512 int numLevels = deLog2Floor32(m_size)+1; in init() local 818 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local 956 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local
|
D | es2fTextureFilteringTests.cpp | 174 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 437 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 793 const int numLevels = 7; in init() local
|
/external/opencv3/modules/video/perf/opencl/ |
D | perf_optflow_farneback.cpp | 82 const int numLevels = 5; variable
|
/external/opencv3/modules/video/test/ocl/ |
D | test_optflow_farneback.cpp | 64 int numLevels; in PARAM_TEST_CASE() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 206 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 551 int numLevels = deLog2Floor32(m_size)+1; in init() local 857 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local 994 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local 1143 int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth))+1; in init() local 1463 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in init() local 1670 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() local 1699 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() local 1763 const int numLevels = deLog2Floor32(m_texSize)+1; in init() local 1985 const int numLevels = deLog2Floor32(m_texSize)+1; in getBaseLevel() local [all …]
|
D | es3fTextureSizeTests.cpp | 99 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 232 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
|
D | es3fTextureFilteringTests.cpp | 174 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 452 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 739 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local 1004 const int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth)) + 1; in init() local 1433 const int numLevels = 7; in init() local
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2106 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray1D() 2111 Vec4 sampleLevelArray2D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray2D() 2116 Vec4 sampleLevelArray3D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray3D() 2121 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray1DOffset() 2161 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray2DOffset() 2201 Vec4 sampleLevelArray3DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray3DOffset() 2241 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray1DCompare() 2281 float sampleLevelArray2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray2DCompare() 2607 …eamless (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamless() 2777 …Compare (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamlessCompare() [all …]
|
/external/opencv3/modules/cudaoptflow/src/ |
D | farneback.cpp | 99 FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool fastPyramids, int winSize, in FarnebackOpticalFlowImpl() 107 virtual void setNumLevels(int numLevels) { numLevels_ = numLevels; } in setNumLevels() 462 Ptr<FarnebackOpticalFlow> cv::cuda::FarnebackOpticalFlow::create(int numLevels, double pyrScale, bo… in create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 125 GLuint numLevels; in compute_num_levels() local
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowWifiManager.java | 114 public static int calculateSignalLevel (int rssi, int numLevels) in calculateSignalLevel()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
|
/external/opencv3/modules/cudaoptflow/perf/ |
D | perf_optflow.cpp | 236 const int numLevels = 5; variable
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 162 unsigned int numLevels = 23; in TEST_F() local
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfTiledMisc.cpp | 261 int numLevels, in calculateNumTiles()
|