Searched refs:intFormat (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmipmap.h48 GLsizei border, GLenum intFormat, gl_format format);
H A Dpack.c3138 GLboolean intFormat; local
3197 intFormat = _mesa_is_enum_format_integer(srcFormat);
3202 if (intFormat) { \
3224 if (intFormat) \
3234 if (intFormat) { \
3301 if (!intFormat) {
3319 if (!intFormat) {
3334 if (!intFormat) {
3364 if (!intFormat) {
3394 if (!intFormat) {
4252 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
4559 GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); local
[all...]
H A Dfbobject.c680 GLenum intFormat = GL_NONE; /* color buffers' internal format */ local
786 intFormat = f;
798 if (intFormat != GL_NONE && f != intFormat) {
H A Dmipmap.c1819 GLsizei border, GLenum intFormat, gl_format format)
1860 dstImage->InternalFormat != intFormat ||
1867 border, intFormat, format);
1816 _mesa_prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, gl_format format) argument
H A Dteximage.c1455 GLenum intFormat)
1457 (void) intFormat; /* not used yet */
1454 target_can_be_compressed(const struct gl_context *ctx, GLenum target, GLenum intFormat) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1718 GLenum format, type, intFormat; local
1722 intFormat = GL_RGBA;
1727 intFormat = GL_RGB;
1732 intFormat = GL_RGB;
1739 intFormat = GL_RGBA;
1742 intFormat = GL_RGB;
1745 _mesa_TexImage2D(GL_TEXTURE_2D, 0, intFormat, rb->Width, rb->Height, 0,
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp286 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); local
290 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
359 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); local
360 const string colorVecTypeName = string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4";
364 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
H A DvktImageQualifiersTests.cpp123 const bool intFormat = isIntFormat(mapTextureFormat(format)) || isUintFormat(mapTextureFormat(format)); local
151 if (intFormat)
251 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); local
252 const std::string colorVecTypeName = std::string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4";
253 const std::string colorScalarTypeName = std::string(uintFormat ? "uint" : intFormat ? "int" : "float");
H A DvktImageLoadStoreTests.cpp103 const bool intFormat = isIntegerFormat(format); local
120 if (intFormat)
197 const bool intFormat = isIntegerFormat(imageFormat); local
207 if (intFormat)
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp281 const deUint32 intFormat = glu::getInternalFormat(texFormat); local
291 gl.texStorage1D(texTarget, 1, intFormat, 1);
296 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
302 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
307 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 6);
314 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp334 deUint32 intFormat = formats[fmtNdx].internalFormat; local
338 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMeasureFormat.java250 NumberFormat intFormat = NumberFormat.getInstance(locale);
251 intFormat.setMaximumFractionDigits(0);
252 intFormat.setMinimumFractionDigits(0);
253 intFormat.setRoundingMode(BigDecimal.ROUND_DOWN);
262 new ImmutableNumberFormat(intFormat));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java263 NumberFormat intFormat = NumberFormat.getInstance(locale);
264 intFormat.setMaximumFractionDigits(0);
265 intFormat.setMinimumFractionDigits(0);
266 intFormat.setRoundingMode(BigDecimal.ROUND_DOWN);
275 new ImmutableNumberFormat(intFormat));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c489 GLenum baseInternalFormat, intFormat; local
491 intFormat = internal_format(ctx, format, type);
492 baseInternalFormat = _mesa_base_tex_format(ctx, intFormat);
494 mformat = st_ChooseTextureFormat_renderable(ctx, intFormat,
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1248 GLsizei width, GLsizei height, GLenum intFormat)
1257 intFormat != tex->IntFormat) {
1277 tex->IntFormat = intFormat;
1303 GLsizei width, GLsizei height, GLenum intFormat,
1323 intFormat, GL_UNSIGNED_BYTE, NULL);
2112 GLenum intFormat = GL_RGBA; local
2159 newTex = alloc_texture(tex, width, height, intFormat);
1247 alloc_texture(struct temp_texture *tex, GLsizei width, GLsizei height, GLenum intFormat) argument
1300 setup_copypix_texture(struct temp_texture *tex, GLboolean newTex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument

Completed in 7232 milliseconds