Home
last modified time | relevance | path

Searched refs:texHeight (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp25 …fig(rx::ConfigDesc desc, EGLint minInterval, EGLint maxInterval, EGLint texWidth, EGLint texHeight) in Config() argument
110 mMaxPBufferHeight = texHeight; in Config()
111 mMaxPBufferPixels = texWidth*texHeight; in Config()
233 …ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight) in add() argument
235 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight); in add()
DConfig.h29 …onfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
99 …onfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_aalinetemp.h81 line->texWidth[attr], line->texHeight[attr]); in NAME()
184 line.texHeight[attr] = (GLfloat) texImage->Height; in NAME()
Ds_aaline.c69 GLfloat texHeight[FRAG_ATTRIB_MAX]; member
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h81 line->texWidth[attr], line->texHeight[attr]); in NAME()
184 line.texHeight[attr] = (GLfloat) texImage->Height; in NAME()
Ds_aaline.c69 GLfloat texHeight[FRAG_ATTRIB_MAX]; member