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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 54 EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EGLint* errorCode = 0);
SurfaceOpenVG.h 88 SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType,
SurfaceOpenVG.cpp 67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
77 m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode);
EGLDisplayOpenVG.cpp 267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode)
270 bufferType, clientBuffer, config, 0 /* attribList */);
  /external/skia/gpu/src/
GrBufferAllocPool.h 81 enum BufferType {
90 * @param bufferType The type of buffers to create.
103 BufferType bufferType,
180 BufferType fBufferType;
GrBufferAllocPool.cpp 32 BufferType bufferType,
43 fBufferType = bufferType;
  /system/media/wilhelm/src/itf/
IAndroidBufferQueue.c 55 SLuint16 bufferType, AdvancedBufferHeader *pBuff)
58 switch (bufferType) {
92 switch (bufferType) {
182 }// switch (bufferType)
190 switch (bufferType) {
  /frameworks/base/libs/rs/
rsMesh.cpp 223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType();
224 const Element *bufferElem = bufferType->getElement();
232 numVerts = bufferType->getDimX();
  /frameworks/base/core/java/android/widget/
TextView.java 546 int buffertype = 0; local
598 buffertype = a.getInt(attr, buffertype);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1210 milliseconds