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 50 struct AttribInfo {
93 AttribInfo* attribs, size_t num_attribs,
98 AttribInfo* attribs, size_t num_attribs,
gles2_cmd_decoder_unittest_base.h 188 typedef TestHelper::AttribInfo AttribInfo;
192 AttribInfo* attribs, size_t num_attribs,
program_manager_unittest.cc 199 typedef TestHelper::AttribInfo AttribInfo;
243 void SetupShader(AttribInfo* attribs, size_t num_attribs,
364 static AttribInfo kAttribs[];
372 ProgramManagerWithShaderTest::AttribInfo
470 const AttribInfo& expected = kAttribs[ii];
812 static ProgramManagerWithShaderTest::AttribInfo kAttribs[] = {
    [all...]
test_helper.cc 478 AttribInfo* attribs, size_t num_attribs,
504 const AttribInfo& info = attribs[ii];
584 AttribInfo* attribs, size_t num_attribs,
gles2_cmd_decoder_unittest_base.cc 668 static AttribInfo attribs[] = {
    [all...]
gles2_cmd_decoder_unittest_programs.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 187 milliseconds