Searched refs:texHeight (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Config.cpp | 25 …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()
|
D | Config.h | 29 …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/ |
D | s_aalinetemp.h | 81 line->texWidth[attr], line->texHeight[attr]); in NAME() 184 line.texHeight[attr] = (GLfloat) texImage->Height; in NAME()
|
D | s_aaline.c | 69 GLfloat texHeight[FRAG_ATTRIB_MAX]; member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aalinetemp.h | 81 line->texWidth[attr], line->texHeight[attr]); in NAME() 184 line.texHeight[attr] = (GLfloat) texImage->Height; in NAME()
|
D | s_aaline.c | 69 GLfloat texHeight[FRAG_ATTRIB_MAX]; member
|