Home
last modified time | relevance | path

Searched refs:textureFormat (Results 1 – 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/post/
DFilter.java97 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() argument
101 renderedTexture = new Texture2D(width, height, numSamples, textureFormat); in init()
109 renderedTexture = new Texture2D(width, height, textureFormat); in init()
130 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() argument
131 init(renderer, width, height, textureFormat, depthBufferFormat, 1); in init()
134 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() argument
135 init(renderer, width, height, textureFormat, depthBufferFormat, numSamples, false); in init()
148 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() argument
149 init(renderer, width, height, textureFormat, depthBufferFormat, numSample); in init()
/external/deqp/framework/common/
DtcuImageIO.cpp107 TextureFormat textureFormat; in loadPNG() local
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in loadPNG()
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in loadPNG()
122 dst.setStorage(textureFormat, width, height); in loadPNG()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp949 tcu::TextureFormat textureFormat,
1025 tcu::TextureFormat textureFormat, in TextureGatherCase() argument
1037 , m_textureFormat (textureFormat) in TextureGatherCase()
1048 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()
1143 …::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherA… in genGatherFuncCall() argument
1165 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1214 const tcu::TextureFormat& textureFormat, in genProgramSources() argument
1220 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1223 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources()
[all …]
Des31fShaderImageLoadStoreTests.cpp815 const TextureFormat& textureFormat, in readIntegerTextureViaFBOAndVerify() argument
819 DE_ASSERT(isFormatTypeInteger(textureFormat.type)); in readIntegerTextureViaFBOAndVerify()
829 tcu::TextureLevel resultSlice (textureFormat, textureSize.x(), textureSize.y()); in readIntegerTextureViaFBOAndVerify()
872 const TextureFormat& textureFormat, in readFloatOrNormTextureWithLookupsAndVerify() argument
876 DE_ASSERT(!isFormatTypeInteger(textureFormat.type)); in readFloatOrNormTextureWithLookupsAndVerify()
891 "precision highp " + getShaderSamplerType(textureFormat.type, textureType) + ";\n" in readFloatOrNormTextureWithLookupsAndVerify()
893 … "uniform highp " + getShaderSamplerType(textureFormat.type, textureType) + " u_texture;\n" in readFloatOrNormTextureWithLookupsAndVerify()
953 tcu::TextureLevel resultSlice (textureFormat, textureSize.x(), textureSize.y()); in readFloatOrNormTextureWithLookupsAndVerify()
999 switch (textureFormat.order) in readFloatOrNormTextureWithLookupsAndVerify()
1022 const TextureFormat& textureFormat, in readBufferTextureWithMappingAndVerify() argument
[all …]
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp419 const EGLint textureFormat = eglu::querySurfaceInt(egl, display, *surface, EGL_TEXTURE_FORMAT); in executeForConfig() local
421 …if (textureFormat != EGL_NO_TEXTURE && textureFormat != EGL_TEXTURE_RGB && textureFormat != EGL_TE… in executeForConfig()
423 …log << TestLog::Message << " Fail, invalid texture format value " << textureFormat << TestLog::… in executeForConfig()
/external/mesa3d/src/glx/
Dglx_pbuffer.c216 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); in CreateDRIDrawable()
354 if (pdraw != NULL && !pdraw->textureFormat) in GetDrawableAttribute()
355 pdraw->textureFormat = in GetDrawableAttribute()
Dglxclient.h138 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member
Ddrisw_glx.c321 pdraw->base.textureFormat, in drisw_bind_tex_image()
Ddri2_glx.c904 pdraw->base.textureFormat, in dri2_bind_tex_image()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1320 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (tc… in testFBO() local
1321 tcu::TextureLevel specialImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1322 tcu::TextureLevel normalImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1514 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (… in testFBO() local
1515 tcu::TextureLevel beforeImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1516 tcu::TextureLevel afterImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1683 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16 || m_f… in testFBO() local
1684 tcu::TextureLevel specialImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1685 tcu::TextureLevel normalImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1882 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16 || m… in testFBO() local
1883 tcu::TextureLevel beforeImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
1884 tcu::TextureLevel afterImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp86 … getPixelFormatCompareDepth (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in getPixelFormatCompareDepth() argument
88 switch (textureFormat.order) in getPixelFormatCompareDepth()
98 …ec4 computeCompareThreshold (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in computeCompareThreshold() argument
100 const IVec4 texFormatBits = tcu::getTextureFormatBitDepth(textureFormat); in computeCompareThreshold()
101 const IVec4 pixelFormatBits = getPixelFormatCompareDepth(pixelFormat, textureFormat); in computeCompareThreshold()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp116 … getPixelFormatCompareDepth (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in getPixelFormatCompareDepth() argument
118 switch (textureFormat.order) in getPixelFormatCompareDepth()
128 static IVec4 getEffectiveTextureFormatBitDepth (tcu::TextureFormat textureFormat) in getEffectiveTextureFormatBitDepth() argument
130 if (textureFormat.order == tcu::TextureFormat::DS) in getEffectiveTextureFormatBitDepth()
134 …return tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(textureFormat, tcu… in getEffectiveTextureFormatBitDepth()
137 return tcu::getTextureFormatBitDepth(textureFormat); in getEffectiveTextureFormatBitDepth()
140 …ec4 computeCompareThreshold (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in computeCompareThreshold() argument
142 const IVec4 texFormatBits = getEffectiveTextureFormatBitDepth(textureFormat); in computeCompareThreshold()
143 const IVec4 pixelFormatBits = getPixelFormatCompareDepth(pixelFormat, textureFormat); in computeCompareThreshold()