Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.cpp32 GLenum texInternalFormat = 0; in create() local
37 texInternalFormat = GL_RGB; in create()
43 texInternalFormat = GL_RGBA; in create()
60 int nComp = (texInternalFormat == GL_RGB ? 3 : 4); in create()
65 s_gl.glTexImage2D(GL_TEXTURE_2D, 0, texInternalFormat, in create()
67 texInternalFormat, in create()
81 s_gl.glTexImage2D(GL_TEXTURE_2D, 0, texInternalFormat, in create()
83 texInternalFormat, in create()
93 cb->m_internalFormat = texInternalFormat; in create()