Searched refs:levels (Results 101 - 125 of 234) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Dswrast.h279 GLsizei levels, GLsizei width,
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh42 set cntrparam levels auto 5
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c131 timg->mt->levels[level].rowstride / dst_bpp,
H A Dradeon_texture.c169 lvl = &image->mt->levels[image->base.Base.Level];
252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level];
723 lvl = &image->mt->levels[level];
733 for (i = 0; i < mt->levels[level].depth; i++)
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c131 timg->mt->levels[level].rowstride / dst_bpp,
H A Dradeon_texture.c169 lvl = &image->mt->levels[image->base.Base.Level];
252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level];
723 lvl = &image->mt->levels[level];
733 for (i = 0; i < mt->levels[level].depth; i++)
/external/mesa3d/src/mesa/swrast/
H A Dswrast.h279 GLsizei levels, GLsizei width,
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java528 final LevelTree.LevelGroup currentGroup = LevelTree.levels.get(mLevelRow);
529 final int count = currentGroup.levels.size();
541 if (currentGroup.levels.get(x).completed == false) {
559 if (mLevelRow < LevelTree.levels.size()) {
561 if (currentLevel.inThePast || LevelTree.levels.get(mLevelRow).levels.size() > 1) {
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp989 //! Helper for calling referenceVertexCount multiple times with different tessellation levels.
990 //! \note Levels contains inner and outer levels, per patch, in order IIOOOO. The full 6 levels must always be present, irrespective of primitiveType.
991 static int multiplePatchReferenceVertexCount (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* levels, int numPatches)
995 result += referenceVertexCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]);
1205 * with outer levels { 1.0, tessLevel }) with a given fractional spacing
1384 // Check that lines with identical clamped tessellation levels have identical additionalSegmentLocation.
1397 log << TestLog::Message << "Failure: additional segments not located identically for two edges with identical clamped tessellation levels" << TestLog::EndMessage
1398 << TestLog::Message << "Note: tessellation levels ar
[all...]
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1318 GL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1319 GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1320 GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1321 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1322 GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1323 GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1326 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1327 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1328 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1329 typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenu
[all...]
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2ext.h1659 GL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1660 GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1661 GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1662 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1663 GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1664 GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1666 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1667 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1668 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1669 typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenu
[all...]
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2ext.h1064 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1065 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1066 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1067 typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1068 typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1069 typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1071 GL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1072 GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1073 GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1074 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c714 // quantized levels in *levels.
768 int16_t levels[16],
782 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_,
785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { argument
860 score += (levels[i] != 0);
863 levels += 16;
767 ReconstructIntra4(VP8EncIterator* const it, int16_t levels[16], const uint8_t* const src, uint8_t* const yuv_out, int mode) argument
H A Dcost.c74 // fixed costs for coding levels, deduce from the coding tree.
599 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { argument
608 VP8SetResidualCoeffs(levels, &res);
/external/webp/src/enc/
H A Dquant.c714 // quantized levels in *levels.
768 int16_t levels[16],
782 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_,
785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { argument
860 score += (levels[i] != 0);
863 levels += 16;
767 ReconstructIntra4(VP8EncIterator* const it, int16_t levels[16], const uint8_t* const src, uint8_t* const yuv_out, int mode) argument
H A Dcost.c74 // fixed costs for coding levels, deduce from the coding tree.
599 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { argument
608 VP8SetResidualCoeffs(levels, &res);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc215 GLsizei levels,
219 test_context_->texStorage2DEXT(target, levels, internalformat, width, height);
214 TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h701 u_minify(unsigned value, unsigned levels) argument
703 return MAX2(1, value >> levels);
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp233 const SkPaint::FilterLevel levels[] = { local
279 FOR_SETUP(i, levels, setFilterLevel)
/external/chromium_org/ui/gl/
H A Dgl_gl_api_implementation.cc148 GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,
152 target, levels, gl_internal_format, width, height);
147 CustomTexStorage2DEXT( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp77 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height) = DE_NULL;
78 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) = DE_NULL;
H A DsglrGLContext.hpp89 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height);
90 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h722 u_minify(unsigned value, unsigned levels) argument
724 return MAX2(1, value >> levels);
/external/skia/tests/
H A DPaintTest.cpp233 const SkPaint::FilterLevel levels[] = { local
279 FOR_SETUP(i, levels, setFilterLevel)
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp128 const std::vector<int>& levels, bidi_test::ParagraphDirection,

Completed in 3592 milliseconds

12345678910