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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 145 bool GLESv2Validate::pixelType(GLEScontext * ctx,GLenum type) {
149 return GLESvalidate::pixelType(ctx, type);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 29 bool GLESvalidate::pixelType(GLEScontext * ctx, GLenum type) {
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 52 enum PixelType
103 PixelType pixelType;
138 , pixelType (PIXELTYPE_LAST)
  /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/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 432 milliseconds