HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 76 - 100 of 442) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_media_stream_audio_track_api.h 20 virtual int32_t GetAttrib(PP_MediaStreamAudioTrack_Attrib attrib,
ppb_media_stream_video_track_api.h 20 virtual int32_t GetAttrib(PP_MediaStreamVideoTrack_Attrib attrib,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexDataManager.h 61 gl::Error reserveSpaceForAttrib(const gl::VertexAttribute &attrib,
66 void invalidateMatchingStaticData(const gl::VertexAttribute &attrib,
69 gl::Error storeAttribute(const gl::VertexAttribute &attrib,
76 gl::Error storeCurrentValue(const gl::VertexAttribute &attrib,
VertexBuffer.h 39 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
41 virtual gl::Error getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
72 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
75 bool directStoragePossible(const gl::VertexAttribute &attrib,
118 gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.h 30 bool getAttrib(EGLint attrib,EGLint* val);
MacNative.h 37 void getPixelFormatAttrib(void* pixelFormat,int attrib,int* val);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
75 if (att == attrib) {
83 String name = attrib.getName();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
75 if (att == attrib) {
83 String name = attrib.getName();
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.cpp 111 VertexFormat::VertexFormat(const VertexAttribute &attrib)
112 : mType(attrib.type),
113 mNormalized(attrib.normalized ? GL_TRUE : GL_FALSE),
114 mComponents(attrib.size),
115 mPureInteger(attrib.pureInteger)
119 ASSERT(attrib.enabled);
128 VertexFormat::VertexFormat(const VertexAttribute &attrib, GLenum currentValueType)
129 : mType(attrib.type),
130 mNormalized(attrib.normalized ? GL_TRUE : GL_FALSE),
131 mComponents(attrib.size)
    [all...]