OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeCompressedSize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h
36
GLsizei
ComputeCompressedSize
(GLsizei width, GLsizei height, GLenum format);
utilities.cpp
203
return
ComputeCompressedSize
(width, 1, internalformat);
206
GLsizei
ComputeCompressedSize
(GLsizei width, GLsizei height, GLenum internalformat)
libGLESv2.cpp
1092
if (imageSize != gl::
ComputeCompressedSize
(width, height, internalformat))
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp
268
GLsizei inputSize = gl::
ComputeCompressedSize
(width, height, mInternalFormat);
Image9.cpp
471
GLsizei inputSize = gl::
ComputeCompressedSize
(width, height, mInternalFormat);
Completed in 236 milliseconds