HomeSort by relevance Sort by last modified time
    Searched refs:pixelType (Results 1 - 13 of 13) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 36 static bool pixelType(GLEScontext * ctx,GLenum type);
GLESv2Validate.cpp 145 bool GLESv2Validate::pixelType(GLEScontext * ctx,GLenum type) {
149 return GLESvalidate::pixelType(ctx, type);
GLESv2Imp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h 24 static bool pixelType(GLEScontext * ctx,GLenum type);
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 52 enum PixelType
103 PixelType pixelType;
138 , pixelType (PIXELTYPE_LAST)
tcuWGL.cpp 292 static PixelFormatInfo::PixelType translatePixelType (int type)
338 info.pixelType = translatePixelType(values[5]);
464 !(info.pixelType == wgl::PixelFormatInfo::PIXELTYPE_RGBA) ||
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 29 bool GLESvalidate::pixelType(GLEScontext * ctx, GLenum type) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 41 #define RESAMPLE(NAME, PIXELTYPE, SIZE) \
47 const PIXELTYPE *src = (const PIXELTYPE *) srcBuffer;\
48 PIXELTYPE *dst = (PIXELTYPE *) dstBuffer; \
520 GLenum pixelType;
529 pixelType = GL_UNSIGNED_BYTE;
533 pixelType = GL_FLOAT;
643 if (pixelType == GL_UNSIGNED_BYTE) {
660 if (pixelType == GL_UNSIGNED_BYTE)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 41 #define RESAMPLE(NAME, PIXELTYPE, SIZE) \
47 const PIXELTYPE *src = (const PIXELTYPE *) srcBuffer;\
48 PIXELTYPE *dst = (PIXELTYPE *) dstBuffer; \
520 GLenum pixelType;
529 pixelType = GL_UNSIGNED_BYTE;
533 pixelType = GL_FLOAT;
643 if (pixelType == GL_UNSIGNED_BYTE) {
660 if (pixelType == GL_UNSIGNED_BYTE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 33 'pixelType':'h', # pixel format
56 'pixelType':30,
79 QuickDraw.RGBDirect, # pixelType
172 self.pixelType = QuickDraw.RGBDirect
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 194 milliseconds