/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
D | Filter.java | 97 …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/ |
D | tcuImageIO.cpp | 107 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/ |
D | es31fTextureGatherTests.cpp | 949 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 …]
|
D | es31fShaderImageLoadStoreTests.cpp | 815 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/ |
D | teglQuerySurfaceTests.cpp | 419 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/ |
D | glx_pbuffer.c | 216 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); in CreateDRIDrawable() 354 if (pdraw != NULL && !pdraw->textureFormat) in GetDrawableAttribute() 355 pdraw->textureFormat = in GetDrawableAttribute()
|
D | glxclient.h | 138 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member
|
D | drisw_glx.c | 321 pdraw->base.textureFormat, in drisw_bind_tex_image()
|
D | dri2_glx.c | 904 pdraw->base.textureFormat, in dri2_bind_tex_image()
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1320 …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/ |
D | es3sSpecialFloatTests.cpp | 1683 …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/ |
D | es2fTextureSpecificationTests.cpp | 86 … 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/ |
D | es3fTextureSpecificationTests.cpp | 116 … 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()
|