Home
last modified time | relevance | path

Searched refs:nativeInternalFormat (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp44 GLenum nativeInternalFormat; member
167 mCGLContext, GL_TEXTURE_RECTANGLE, format.nativeInternalFormat, mWidth, mHeight, in bindTexImage()
296 mCGLContext, GL_TEXTURE_RECTANGLE, format.nativeInternalFormat, mWidth, mHeight, in createDefaultFramebuffer()
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm43 GLenum nativeInternalFormat;
186 internalFormat:format.nativeInternalFormat
219 functions->texImage2D(GL_TEXTURE_2D, 0, format.nativeInternalFormat, mWidth, mHeight, 0,
372 internalFormat:format.nativeInternalFormat
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h40 GLenum nativeInternalFormat; member
56 GLenum nativeInternalFormat,
DTextureGL.cpp130 nativeInternalFormat(nativeInternalFormat_), in LevelInfoGL()
272 level != 0 && mLevelInfo[0].nativeInternalFormat == GL_NONE) in setImageHelper()
991 nativegl::SupportsNativeRendering(functions, getType(), destLevelInfo.nativeInternalFormat)) in copySubTextureHelper()
1767 return getLevelInfo(index.getTarget(), index.getLevelIndex()).nativeInternalFormat; in getNativeInternalFormat()
2002 GLenum nativeInternalFormat = in initializeContents() local
2003 getLevelInfo(imageIndex.getTarget(), imageIndex.getLevelIndex()).nativeInternalFormat; in initializeContents()
2005 nativegl::SupportsNativeRendering(functions, mState.getType(), nativeInternalFormat)) in initializeContents()
2012 ANGLE_TRY(blitter->clearRenderableTexture(context, this, nativeInternalFormat, levelDepth, in initializeContents()