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/chromium_org/third_party/angle/src/libEGL/
DDisplay.cpp253 EGLenum textureFormat = EGL_NO_TEXTURE; in createOffscreenSurface() local
279 textureFormat = attribList[1]; in createOffscreenSurface()
322 …if (textureFormat != EGL_NO_TEXTURE && !mRenderer->getNonPower2TextureSupport() && (!gl::isPow2(wi… in createOffscreenSurface()
327 if ((textureFormat != EGL_NO_TEXTURE && textureTarget == EGL_NO_TEXTURE) || in createOffscreenSurface()
328 (textureFormat == EGL_NO_TEXTURE && textureTarget != EGL_NO_TEXTURE)) in createOffscreenSurface()
338 if ((textureFormat == EGL_TEXTURE_RGB && configuration->mBindToTextureRGB != EGL_TRUE) || in createOffscreenSurface()
339 (textureFormat == EGL_TEXTURE_RGBA && configuration->mBindToTextureRGBA != EGL_TRUE)) in createOffscreenSurface()
350 …Surface *surface = new Surface(this, configuration, shareHandle, width, height, textureFormat, tex… in createOffscreenSurface()
DSurface.cpp49 …fig *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textu… in Surface() argument
56 mTextureFormat = textureFormat; in Surface()
DSurface.h38 …fig *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textu…
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp1504 GLenum textureFormat = GL_RGBA; in glCopyTexSubImage2D() local
1514 textureFormat = gl::ExtractFormat(tex2d->getInternalFormat(level)); in glCopyTexSubImage2D()
1525 textureFormat = gl::ExtractFormat(texcube->getInternalFormat(target, level)); in glCopyTexSubImage2D()
1531 switch (textureFormat) in glCopyTexSubImage2D()