OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBaseInternalFormat
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/OpenGL/common/
Image.hpp
58
GLenum
GetBaseInternalFormat
(GLint internalformat);
Image.cpp
61
GLenum
GetBaseInternalFormat
(GLint internalformat)
[
all
...]
/external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp
564
GLenum baseTexureFormat = gl::
GetBaseInternalFormat
(textureFormat);
565
GLenum baseColorbufferFormat = gl::
GetBaseInternalFormat
(colorbufferFormat);
[
all
...]
libGLESv2.cpp
948
if(gl::
GetBaseInternalFormat
(colorbufferFormat) == internalformat)
[
all
...]
/external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp
907
if(gl::
GetBaseInternalFormat
(colorbufferFormat) == internalformat)
[
all
...]
Completed in 165 milliseconds