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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 110 PACK_ALIGNMENT("Pack Alignment"),
GLState.java 231 IGLProperty packAlignment = new GLIntegerProperty(GLStateType.PACK_ALIGNMENT,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 508 if (pname == PACK_ALIGNMENT)
627 m_impl->pixelStorei(PACK_ALIGNMENT, 1);
630 m_impl->pixelStorei(PACK_ALIGNMENT, m_packAlignment);
    [all...]
GraphicsContext3D.h 173 PACK_ALIGNMENT = 0x0D05,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 195 const GLenum PACK_ALIGNMENT = 0x0D05;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]

Completed in 72 milliseconds