HomeSort by relevance Sort by last modified time
    Searched defs:internalFormat (Results 26 - 36 of 36) sorted by null

12

  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 297 int internalFormat = imageFormatToInternal(format);
300 return mDepthOutputFormats.indexOfKey(internalFormat) >= 0;
302 return getFormatsMap(/*output*/true).indexOfKey(internalFormat) >= 0;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 66 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat)
69 switch (internalFormat)
77 throw tcu::InternalError(string("Can't map GL unsized internal format (") + tcu::toHex(internalFormat).toString() + ") to texture format");
646 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
647 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height))
648 , m_internalFormat (internalFormat)
701 BasicTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
702 : TextureCubeSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, deLog2Floor32(size)+1)
703 , m_internalFormat (internalFormat)
750 BasicTexImage2DArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLayers
    [all...]
es3fTextureUnitTests.cpp 707 GLenum internalFormat;
829 params.internalFormat = s_testSizedInternalFormats[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testSizedInternalFormats) - 1)];
831 bool isFilterable = glu::isGLInternalColorFormatFilterable(params.internalFormat);
853 tcu::TextureFormat texFormat = glu::mapGLInternalFormat((deUint32)params.internalFormat);
948 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_textureParams[texNdx].internalFormat);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 212 static inline bool isMatchingGLInternalFormat (const deUint32 internalFormat, const TextureFormat& texFormat)
214 switch (internalFormat)
233 default: return glu::mapGLInternalFormat(internalFormat) == texFormat;
454 void setData (const ConstPixelBufferAccess& src, int width, int height, deUint32 internalFormat, bool useMipmap);
463 int getApproxMemUsageDiff (int width, int height, deUint32 internalFormat, bool useMipmap) const;
495 int Texture::getApproxMemUsageDiff (const int width, const int height, const deUint32 internalFormat, const bool useMipmap) const
498 const int pixelSize = internalFormat == GL_RGBA ? 4
499 : internalFormat == GL_RGB ? 3
500 : internalFormat == GL_ALPHA ? 1
501 : glu::mapGLInternalFormat(internalFormat).getPixelSize()
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 695 static void setTextureStorage (glu::CallLogWrapper& glLog, TextureType imageType, deUint32 internalFormat, const IVec3& imageSize, deUint32 textureBufGL)
703 const TextureFormat format = glu::mapGLInternalFormat(internalFormat);
708 glLog.glTexBuffer(GL_TEXTURE_BUFFER, internalFormat, textureBufGL);
717 glLog.glTexStorage2D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y());
723 glLog.glTexStorage3D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y(), imageSize.z());
733 const deUint32 internalFormat = glu::getInternalFormat(src.getFormat());
737 setTextureStorage(glLog, src.getImageType(), internalFormat, imageSize, textureBufGL);
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 520 milliseconds

12