Home
last modified time | relevance | path

Searched refs:RGBA8 (Results 1 – 25 of 43) sorted by relevance

12

/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DBloomFilter.java118 …preGlowPass.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Dept… in initFilter()
142 …extractPass.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Dept… in initFilter()
157 …horizontalBlur.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.D… in initFilter()
172 …verticalalBlur.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.D… in initFilter()
DCartoonEdgeFilter.java92 normalPass.init(renderManager.getRenderer(), w, h, Format.RGBA8, Format.Depth); in initFilter()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
DTextureBlenderAWT.java67 return new Texture2D(new Image(Format.RGBA8, width, height, newData)); in blend()
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray)); in blend()
99 case RGBA8: in setupMaterialColor()
DTextureBlenderFactory.java35 case RGBA8: in createTextureBlender()
DTextureBlenderLuminance.java58 return new Texture2D(new Image(Format.RGBA8, width, height, newData)); in blend()
62 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray)); in blend()
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiRenderTarget.java124 diffuseData = new Texture2D(w, h, Format.RGBA8); in reshape()
125 normalData = new Texture2D(w, h, Format.RGBA8); in reshape()
126 specularData = new Texture2D(w, h, Format.RGBA8); in reshape()
DTestFBOPassthrough.java72 Texture2D fbTex = new Texture2D(w, h, Format.RGBA8); in simpleInitApp()
DTestRenderToTexture.java84 Texture2D offTex = new Texture2D(512, 512, Format.RGBA8); in setupOffscreenView()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DTGALoader.java239 format = dl == 4 ? Format.RGBA8 : Format.RGB8; in load()
275 format = Format.RGBA8; in load()
325 format = Format.RGBA8; in load()
450 format = dl == 4 ? Format.RGBA8 : Format.RGB8; in load()
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DImage.java143 RGBA8(32), enumConstant
770 capsule.write(format, "format", Format.RGBA8); in write()
781 format = capsule.readEnum("format", Format.class, Format.RGBA8); in read()
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
DSSAOFilter.java129 …eenWidth / downSampleFactor), (int) (screenHeight / downSampleFactor), Format.RGBA8, Format.Depth); in initFilter()
159 …idth / downSampleFactor), (int) (screenHeight / downSampleFactor), Format.RGBA8, Format.Depth, 1, … in initFilter()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java34 case RGBA8: in convertTextureFormat()
206 case RGBA8: in uploadTexture()
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
DAndroidImageInfo.java75 format = Image.Format.RGBA8; in loadBitmap()
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/
DTestNiftyToMesh.java74 Texture2D tex = new Texture2D(1024, 768, Format.RGBA8); in simpleInitApp()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureGeneratorNoise.java67 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
DTextureGeneratorStucci.java78 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
DTextureGeneratorDistnoise.java73 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
DTextureGeneratorMusgrave.java69 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
DTextureGeneratorClouds.java82 Format format = sType == TEX_COLOR || colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
DTextureGeneratorBlend.java125 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8; in generate()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java161 case RGBA8: in convertTextureFormat()
384 case RGBA8: in uploadTexture()
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java271 reflectionTexture = new Texture2D(renderWidth, renderHeight, Format.RGBA8); in createTextures()
272 refractionTexture = new Texture2D(renderWidth, renderHeight, Format.RGBA8); in createTextures()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DImageBasedHeightMap.java146 case RGBA8: in getHeightAtPostion()
/external/deqp/doc/testspecs/GL3/
Dfunctional.texture_buffers.txt62 All textures use RGBA8 format and buffer data is always used as unsigned bytes.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture_buffers.txt65 All textures use RGBA8 format and buffer data is always used as unsigned bytes.

12