HomeSort by relevance Sort by last modified time
    Searched full:pixeltype (Results 1 - 25 of 36) sorted by null

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 36 static bool pixelType(GLEScontext * ctx,GLenum type);
GLESv2Validate.cpp 144 bool GLESv2Validate::pixelType(GLEScontext * ctx,GLenum type) {
148 return GLESvalidate::pixelType(ctx, type);
GLESv2Imp.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h 24 static bool pixelType(GLEScontext * ctx,GLenum type);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 13 bool GLESvalidate::pixelType(GLEScontext * ctx, GLenum type) {
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 77 PixelType m_type;
grfmt_exr.cpp 62 #define UINT ((Imf::PixelType)0)
64 #define HALF ((Imf::PixelType)1)
66 #define FLOAT ((Imf::PixelType)2)
595 PixelType type;
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 376 template <typename PixelType, bool Is16bit> static void _rotateBitmap(SharedBitmap* destBmp, const SharedBitmap* sourceBmp, const RotationTransform& transform)
382 PixelType* dest = (PixelType*)destBmp->bytes();
383 const PixelType* source = (const PixelType*)sourceBmp->bytes();
    [all...]
  /external/skia/gpu/include/
GrGLDefines.h 300 /* PixelType */
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 329 /* PixelType */
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 372 /* PixelType */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 252 /* PixelType */
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 372 /* PixelType */
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 252 /* PixelType */
  /external/mesa3d/include/GLES2/
gl2.h 252 /* PixelType */
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 252 /* PixelType */
  /frameworks/base/opengl/include/GLES/
gl.h 372 /* PixelType */
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 252 /* PixelType */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 371 /* PixelType */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 371 /* PixelType */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 251 /* PixelType */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 371 /* PixelType */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 251 /* PixelType */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 371 /* PixelType */
    [all...]

Completed in 2754 milliseconds

1 2