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

/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1719 GLenum format, type, intFormat; local
1723 intFormat = GL_RGBA;
1728 intFormat = GL_RGB;
1733 intFormat = GL_RGB;
1740 intFormat = GL_RGBA;
1743 intFormat = GL_RGB;
1746 _mesa_TexImage2D(GL_TEXTURE_2D, 0, intFormat, rb->Width, rb->Height, 0,
/external/deqp/external/vulkancts/modules/vulkan/image/
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 DvktImageAtomicOperationTests.cpp293 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); local
297 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
367 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); local
368 const string colorVecTypeName = string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4";
372 const string atomicArgExpr = (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/mesa3d/src/mesa/drivers/common/
H A Dmeta.h587 GLsizei width, GLsizei height, GLenum intFormat);
635 GLenum intFormat,
H A Dmeta.c1314 GLsizei width, GLsizei height, GLenum intFormat)
1323 intFormat != tex->IntFormat) {
1343 tex->IntFormat = intFormat;
1370 GLenum intFormat,
1380 newTex = _mesa_meta_alloc_texture(tex, width, height, intFormat);
1394 intFormat, GL_UNSIGNED_BYTE, NULL);
1313 _mesa_meta_alloc_texture(struct temp_texture *tex, GLsizei width, GLsizei height, GLenum intFormat) argument
1366 _mesa_meta_setup_copypix_texture(struct gl_context *ctx, struct temp_texture *tex, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLenum intFormat, GLenum filter) argument
/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/main/
H A Dteximage.h186 GLenum intFormat, GLenum *error);
H A Dmipmap.c1820 GLsizei border, GLenum intFormat, mesa_format format)
1856 dstImage->InternalFormat != intFormat ||
1863 border, intFormat, format);
1895 const GLenum intFormat = baseImage->InternalFormat; local
1910 border, intFormat, texFormat)) {
1817 prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, mesa_format format) argument
H A Dfbobject.c956 GLenum intFormat = GL_NONE; /* color buffers' internal format */ local
1123 intFormat = f;
1135 if (intFormat != GL_NONE && f != intFormat) {
H A Dteximage.c1372 GLenum intFormat, GLenum *error)
1375 mesa_format format = _mesa_glenum_to_compressed_format(intFormat);
1371 _mesa_target_can_be_compressed(const struct gl_context *ctx, GLenum target, GLenum intFormat, GLenum *error) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c442 GLenum intFormat = internal_format(ctx, format, type); local
444 pipeFormat = st_choose_format(st, intFormat, format, type,

Completed in 430 milliseconds