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

  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 48 struct AttribInfo {
85 AttribInfo* attribs, size_t num_attribs,
90 AttribInfo* attribs, size_t num_attribs,
program_manager_unittest.cc 200 typedef TestHelper::AttribInfo AttribInfo;
229 void SetupShader(AttribInfo* attribs, size_t num_attribs,
265 static AttribInfo kAttribs[];
275 ProgramManagerWithShaderTest::AttribInfo
373 const AttribInfo& expected = kAttribs[ii];
704 static ProgramManagerWithShaderTest::AttribInfo kAttribs[] = {
    [all...]
gles2_cmd_decoder_unittest_base.h 177 typedef TestHelper::AttribInfo AttribInfo;
181 AttribInfo* attribs, size_t num_attribs,
  /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...]

Completed in 287 milliseconds