OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creationLevels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp
277
GLint Texture::
creationLevels
(GLsizei width, GLsizei height) const
290
GLint Texture::
creationLevels
(GLsizei size) const
292
return
creationLevels
(size, size);
702
GLint levels =
creationLevels
(width, height);
746
GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() :
creationLevels
(width, height);
1156
GLint levels =
creationLevels
(size);
1205
GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() :
creationLevels
(size)
[
all
...]
Texture.h
107
GLint
creationLevels
(GLsizei width, GLsizei height) const;
108
GLint
creationLevels
(GLsizei size) const;
Completed in 45 milliseconds