OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_max_3d_textureSize
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.h
99
GLint
m_max_3d_textureSize
;
[
all
...]
GL2Encoder.cpp
82
m_max_3d_textureSize
= 0;
606
if (ctx->
m_max_3d_textureSize
!= 0) {
607
*ptr = ctx->
m_max_3d_textureSize
;
610
ctx->
m_max_3d_textureSize
= *ptr;
[
all
...]
Completed in 40 milliseconds