HomeSort by relevance Sort by last modified time
    Searched defs:intFormat (Results 1 - 10 of 10) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 333 deUint32 intFormat = formats[fmtNdx].internalFormat;
337 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
  /external/mesa3d/src/mesa/main/
pack.c     [all...]
fbobject.c 680 GLenum intFormat = GL_NONE; /* color buffers' internal format */
786 intFormat = f;
798 if (intFormat != GL_NONE && f != intFormat) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 268 const deUint32 intFormat = glu::getInternalFormat(texFormat);
278 gl.texStorage1D(texTarget, 1, intFormat, 1);
283 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
294 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 489 GLenum baseInternalFormat, intFormat;
491 intFormat = internal_format(ctx, format, type);
492 baseInternalFormat = _mesa_base_tex_format(ctx, intFormat);
494 mformat = st_ChooseTextureFormat_renderable(ctx, intFormat,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 266 NumberFormat intFormat = NumberFormat.getInstance(locale);
267 intFormat.setMaximumFractionDigits(0);
268 intFormat.setMinimumFractionDigits(0);
269 intFormat.setRoundingMode(BigDecimal.ROUND_DOWN);
278 new ImmutableNumberFormat(intFormat),
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 213 GLenum IntFormat;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 546 milliseconds