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

123456

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1456 unsigned levels = resource->last_level + 1; local
1457 return subresource % levels;
1469 unsigned levels = resource->last_level + 1; local
1470 return subresource / levels;
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp254 GrGLsizei levels,
253 noOpGLTexStorage2D(GrGLenum target, GrGLsizei levels, GrGLenum internalformat, GrGLsizei width, GrGLsizei height) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp114 //! Class for managing list of texture levels.
640 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height);
641 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
H A DsglrReferenceContext.cpp1657 void ReferenceContext::texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height)
1663 RC_IF_ERROR(!de::inRange(levels, 1, (int)deLog2Floor32(de::max(width, height))+1), GL_INVALID_VALUE, RC_RET_VOID);
1680 for (int level = 0; level < levels; level++)
1698 for (int level = 0; level < levels; level++)
1711 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth)
1717 RC_IF_ERROR(!de::inRange(levels, 1, (int)deLog2Floor32(de::max(width, height))+1), GL_INVALID_VALUE, RC_RET_VOID);
1736 for (int level = 0; level < levels; level++)
1756 for (int level = 0; level < levels; level++)
1778 for (int level = 0; level < levels; level++)
2001 RC_IF_ERROR(level != 0, GL_INVALID_VALUE, RC_RET_VOID); // \todo [2012-03-19 pyry] We should allow other levels a
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c442 lvl = &t->mt->levels[0];
481 lvl = &t->mt->levels[t->minLod];
/external/deqp/framework/opengl/wrapper/
H A DglwImpl.inl3839 void glwTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
3844 gl->texStorage1D(target, levels, internalformat, width);
3847 void glwTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
3852 gl->texStorage2D(target, levels, internalformat, width, height);
3863 void glwTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
3868 gl->texStorage3D(target, levels, internalformat, width, height, depth);
3975 void glwTextureStorage1D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
3980 gl->textureStorage1D(texture, levels, internalformat, width);
3983 void glwTextureStorage2D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
3988 gl->textureStorage2D(texture, levels, internalforma
[all...]
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl3950 GLW_APICALL void GLW_APIENTRY glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
3953 DE_UNREF(levels);
3959 GLW_APICALL void GLW_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
3962 DE_UNREF(levels);
3980 GLW_APICALL void GLW_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
3983 DE_UNREF(levels);
4116 GLW_APICALL void GLW_APIENTRY glTextureStorage1D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
4119 DE_UNREF(levels);
4125 GLW_APICALL void GLW_APIENTRY glTextureStorage2D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
4128 DE_UNREF(levels);
[all...]
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl485 void glTexStorage1D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width);
486 void glTexStorage2D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height);
488 void glTexStorage3D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth);
502 void glTextureStorage1D (glw::GLuint texture, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width);
503 void glTextureStorage2D (glw::GLuint texture, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height);
505 void glTextureStorage3D (glw::GLuint texture, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp411 const tcu::ConstPixelBufferAccess* levels[tcu::CUBEFACE_LAST]; local
414 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
416 return tcu::TextureCubeView(1, levels);
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h960 int levels[32]; member in struct:mixer_vol_table
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h189 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTexStorage2DProc)(GrGLenum target, GrGLsizei levels, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
/external/jemalloc/bin/
H A Djeprof.in3472 my $levels = log($items) / log(2);
3478 if ((2 ** $levels) < $items) {
3479 $levels++;
3486 FetchDynamicProfilesRecurse($levels, 0, 0);
/external/mesa3d/docs/
H A DMESA_texture_array.spec73 same for all levels of detail. The texture then becomes an array of
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/mesa3d/src/mesa/main/
H A Ddd.h364 GLsizei levels, GLsizei width,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1211 const int levels = maxLevel + 1; local
1234 gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.textureSize.y(), testSize.textureSize.z());
1248 gl.texStorage2D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.textureSize.y());
1263 gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.textureSize.y(), testSize.textureSize.z());
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c606 lvl = &t->mt->levels[0];
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c2344 ULong levels = // (zeroes(6 - len) << (6-len)) | ones(len); local
2346 vassert(levels >= 1 && levels <= 63);
2348 if (immediate && ((imms & levels) == levels)) {
2349 /* printf("fail2 imms %llu levels %llu len %d\n", imms, levels, len); */
2353 ULong S = imms & levels;
2354 ULong R = immr & levels;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp131 const tcu::ConstPixelBufferAccess* levels[tcu::CUBEFACE_LAST]; local
134 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + clampedBase;
136 return tcu::TextureCubeView(numLevels, levels);
/external/mesa3d/include/GL/
H A Dglext.h8544 GLAPI void APIENTRY glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
8545 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
8546 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
8547 GLAPI void APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
8548 GLAPI void APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
8549 GLAPI void APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
8551 typedef void (APIENTRYP PFNGLTEXSTORAGE1DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
8552 typedef void (APIENTRYP PFNGLTEXSTORAGE2DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
8553 typedef void (APIENTRYP PFNGLTEXSTORAGE3DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
8554 typedef void (APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenu
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas136 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2866 milliseconds

123456