OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TEXTURES
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp
342
const GLuint
MAX_TEXTURES
= 0xFFFFFFFFu;
345
if (
MAX_TEXTURES
- m_tex.allocTextures >= m_tex.allocTextures) {
348
if (m_tex.allocTextures ==
MAX_TEXTURES
) {
351
newAlloc =
MAX_TEXTURES
;
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp
342
const GLuint
MAX_TEXTURES
= 0xFFFFFFFFu;
345
if (
MAX_TEXTURES
- m_tex.allocTextures >= m_tex.allocTextures) {
348
if (m_tex.allocTextures ==
MAX_TEXTURES
) {
351
newAlloc =
MAX_TEXTURES
;
Completed in 1374 milliseconds