OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxTexSize
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp
85
SET_ERROR_IF(level > log2(ctx->
getMaxTexSize
()) ||
87
!GLESvalidate::texImgDim(width,height,ctx->
getMaxTexSize
()+2),GL_INVALID_VALUE)
GLEScontext.cpp
682
*params =
getMaxTexSize
();
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
169
static int
getMaxTexSize
(){return s_glSupport.maxTexSize;}
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
450
SET_ERROR_IF(level < 0 || level > log2(ctx->
getMaxTexSize
()),GL_INVALID_VALUE)
[
all
...]
Completed in 246 milliseconds