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

  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 48 struct AttribInfo {
86 AttribInfo* attribs, size_t num_attribs,
91 AttribInfo* attribs, size_t num_attribs,
gles2_cmd_decoder_unittest_base.h 190 typedef TestHelper::AttribInfo AttribInfo;
194 AttribInfo* attribs, size_t num_attribs,
test_helper.cc 383 AttribInfo* attribs, size_t num_attribs,
409 const AttribInfo& info = attribs[ii];
489 AttribInfo* attribs, size_t num_attribs,
program_manager_unittest.cc 212 typedef TestHelper::AttribInfo AttribInfo;
257 void SetupShader(AttribInfo* attribs, size_t num_attribs,
398 static AttribInfo kAttribs[];
408 ProgramManagerWithShaderTest::AttribInfo
506 const AttribInfo& expected = kAttribs[ii];
    [all...]
gles2_cmd_decoder_unittest_base.cc 575 static AttribInfo attribs[] = {
    [all...]
gles2_cmd_decoder_unittest.cc     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 175 AttribInfo info = parseAttributeInfo(viewer, offset, offset - wordPrefix.length());
228 Node currentNode, String parent, AttribInfo info, char nextChar) {
344 * - AttribInfo.correctedPrefix if the user has been editing an attribute value and it has
349 * - AttribInfo.needTag will be non-zero if we find that the attribute completion proposal
358 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo,
432 protected Object[] getAttributeValueChoices(UiAttributeNode currAttrNode, AttribInfo attrInfo,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 187 AttribInfo attrInfo = new AttribInfo();

Completed in 241 milliseconds